File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/KristofferStrube.Blazor.FileAPI.WasmExample Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.0-rc.1.22427.2 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.0-rc.1.22427.2 " PrivateAssets =" all" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.10 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.10 " PrivateAssets =" all" />
1212 </ItemGroup >
1313
1414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments