File tree Expand file tree Collapse file tree 5 files changed +9
-24
lines changed
example/AntDesign.ProLayout.Wasm Expand file tree Collapse file tree 5 files changed +9
-24
lines changed Original file line number Diff line number Diff line change 2929 6.0.x
3030 7.0.x
3131 8.0.x
32-
33- - name : Setup .NET 9
34- uses : actions/setup-dotnet@v4
35- with :
36- dotnet-quality : ' preview'
37- dotnet-version : ' 9.0.x'
32+ 9.0.x
3833
3934 - uses : actions/setup-node@v1
4035 with :
Original file line number Diff line number Diff line change 2121 6.0.x
2222 7.0.x
2323 8.0.x
24-
25- - name : Setup .NET 9
26- uses : actions/setup-dotnet@v4
27- with :
28- dotnet-quality : ' preview'
29- dotnet-version : ' 9.0.x'
24+ 9.0.x
3025
3126 - uses : actions/setup-node@v1
3227 with :
Original file line number Diff line number Diff line change 2525 6.0.x
2626 7.0.x
2727 8.0.x
28-
29- - name : Setup .NET 9
30- uses : actions/setup-dotnet@v4
31- with :
32- dotnet-quality : ' preview'
33- dotnet-version : ' 9.0.x'
28+ 9.0.x
3429
3530 - uses : actions/setup-node@v1
3631 with :
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 <ServiceWorkerAssetsManifest >service-worker-assets.js</ServiceWorkerAssetsManifest >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.0" />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.0" PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0" />
12- <PackageReference Include =" System.Net.Http.Json" Version =" 8 .0.0" />
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0" PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.0" />
12+ <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" AntDesign" Version =" 1.0.0 " />
29+ <PackageReference Include =" AntDesign" Version =" 1.0.1 " />
3030 </ItemGroup >
3131
3232 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''" >
You can’t perform that action at this time.
0 commit comments