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 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <StaticWebAssetBasePath >blazor-template/</StaticWebAssetBasePath >
1010 </PropertyGroup >
1111
1212 <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" />
1516 </ItemGroup >
1617
1718</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WebAssembly" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
55 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
66 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments