File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<StaticWebAssetBasePath >blazor-template/</StaticWebAssetBasePath >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.0" />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8.0.0" PrivateAssets =" all" />
13
+ <!-- TODO un-pin this when it's possible -->
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.0-alpha.1.24061.8" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.0-alpha.1.24061.8" PrivateAssets =" all" />
15
16
</ItemGroup >
16
17
17
18
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WebAssembly" >
2
2
<PropertyGroup >
3
- <TargetFramework >net8 .0</TargetFramework >
3
+ <TargetFramework >net9 .0</TargetFramework >
4
4
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5
5
<EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments