File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web " >
1
+ <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly " >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
5
- <RazorLangVersion >3.0</RazorLangVersion >
4
+ <TargetFramework >net5.0</TargetFramework >
6
5
<RootNamespace >BlazorApp.Client</RootNamespace >
7
6
</PropertyGroup >
8
7
9
8
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.1" />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.1" PrivateAssets =" all" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.1" PrivateAssets =" all" />
13
- <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 5.0.3" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 5.0.3" PrivateAssets =" all" />
11
+ <PackageReference Include =" System.Net.Http.Json" Version =" 5.0.0" />
14
12
</ItemGroup >
15
13
16
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments