File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
with :
20
- submodules : true
21
-
20
+ persist-credentials : false
21
+
22
+ - uses : actions/setup-dotnet@v1
23
+ with :
24
+ dotnet-version : 5.0.100
25
+
22
26
- uses : actions/setup-node@v1
23
27
with :
24
28
node-version : ' 10.x'
Original file line number Diff line number Diff line change 23
23
- name : Setup .NET Core
24
24
uses : actions/setup-dotnet@v1
25
25
with :
26
- dotnet-version : 3.1.300
26
+ dotnet-version : 5.0.100
27
27
28
28
- uses : actions/setup-node@v1
29
29
with :
Original file line number Diff line number Diff line change 15
15
- name : Setup .NET Core
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 3.1.300
18
+ dotnet-version : 5.0.100
19
19
20
20
- uses : actions/setup-node@v1
21
21
with :
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 >
4
+ <TargetFramework >net5 </TargetFramework >
5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
6
<AssemblyName >AntDesign.Pro.Template</AssemblyName >
7
7
<RootNamespace >AntDesign.Pro.Template</RootNamespace >
11
11
<PackageReference Include =" AntDesign" Version =" 0.5.0-*" />
12
12
<PackageReference Include =" AntDesign.Charts" Version =" 0.2.0-*" />
13
13
<PackageReference Include =" AntDesign.Pro.Layout" Version =" 0.1.0-*" />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.0" />
15
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.0" PrivateAssets =" all" />
16
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.0" PrivateAssets =" all" />
17
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1.6" />
18
- <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 5.0.0" />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 5.0.0" PrivateAssets =" all" />
16
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5.0.0" />
17
+ <PackageReference Include =" System.Net.Http.Json" Version =" 5.0.0" />
19
18
</ItemGroup >
20
19
21
20
<PropertyGroup Condition =" '$(SolutionDir)'==''" >
You can’t perform that action at this time.
0 commit comments