Skip to content

Commit 6086940

Browse files
authored
Change target framework from net10.0 to net9.0
1 parent 387d9df commit 6086940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/BlazorLocalTimeSample/BlazorLocalTimeSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22
<PropertyGroup>
3-
<TargetFramework>net10.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
</PropertyGroup>

0 commit comments

Comments
 (0)