Skip to content

Commit 094e9c4

Browse files
committed
Update AntDesign 1.0.1
1 parent b7a1099 commit 094e9c4

File tree

5 files changed

+9
-24
lines changed

5 files changed

+9
-24
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
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:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ jobs:
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:

src/layout/example/AntDesign.ProLayout.Wasm/AntDesign.ProLayout.Wasm.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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>

src/layout/src/AntDesign.ProLayout.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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)'==''">

0 commit comments

Comments
 (0)