File tree Expand file tree Collapse file tree 5 files changed +21
-9
lines changed
example/AntDesign.ProLayout.Wasm Expand file tree Collapse file tree 5 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 dotnet-version : 6.0.101
3131
32+ - uses : actions/setup-dotnet@v1
33+ with :
34+ dotnet-version : 7.0.100
35+
3236 - uses : actions/setup-node@v1
3337 with :
3438 node-version : ' 10.x'
Original file line number Diff line number Diff line change 2121 with :
2222 dotnet-version : 6.0.101
2323
24+ - uses : actions/setup-dotnet@v1
25+ with :
26+ dotnet-version : 7.0.100
27+
2428 - uses : actions/setup-node@v1
2529 with :
2630 node-version : ' 10.x'
Original file line number Diff line number Diff line change 2929 with :
3030 dotnet-version : 6.0.101
3131
32+ - uses : actions/setup-dotnet@v1
33+ with :
34+ dotnet-version : 7.0.100
35+
3236 - uses : actions/setup-node@v1
3337 with :
3438 node-version : ' 10.x'
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <ServiceWorkerAssetsManifest >service-worker-assets.js</ServiceWorkerAssetsManifest >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.9 " />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.9 " PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6 .0.0" />
12- <PackageReference Include =" System.Net.Http.Json" Version =" 6 .0.0" />
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.0 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.0 " PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 7 .0.0" />
12+ <PackageReference Include =" System.Net.Http.Json" Version =" 7 .0.0" />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1;net5;net6</TargetFrameworks >
5- <LangVersion >10 .0</LangVersion >
6- <OutputType >Library</OutputType >
4+ <TargetFrameworks >netstandard2.1;net5;net6;net7 </TargetFrameworks >
5+ <LangVersion >11 .0</LangVersion >
6+ <OutputType >Library</OutputType >
77 <IsPackable >true</IsPackable >
88 <RazorLangVersion >3.0</RazorLangVersion >
99 <Description >Ant Design Pro components for Blazor</Description >
2323 </ItemGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" AntDesign" Version =" 0.12.4 " />
26+ <PackageReference Include =" AntDesign" Version =" 0.13.0 " />
2727 </ItemGroup >
2828
2929 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''" >
You can’t perform that action at this time.
0 commit comments