diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 70b173c..d447eae 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -29,12 +29,7 @@ jobs: 6.0.x 7.0.x 8.0.x - - - name: Setup .NET 9 - uses: actions/setup-dotnet@v4 - with: - dotnet-quality: 'preview' - dotnet-version: '9.0.x' + 9.0.x - uses: actions/setup-node@v1 with: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 533cceb..52762c3 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -21,12 +21,7 @@ jobs: 6.0.x 7.0.x 8.0.x - - - name: Setup .NET 9 - uses: actions/setup-dotnet@v4 - with: - dotnet-quality: 'preview' - dotnet-version: '9.0.x' + 9.0.x - uses: actions/setup-node@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c55f790..cf32bae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,7 @@ jobs: 6.0.x 7.0.x 8.0.x - - - name: Setup .NET 9 - uses: actions/setup-dotnet@v4 - with: - dotnet-quality: 'preview' - dotnet-version: '9.0.x' + 9.0.x - uses: actions/setup-node@v1 with: diff --git a/src/layout/example/AntDesign.ProLayout.Wasm/AntDesign.ProLayout.Wasm.csproj b/src/layout/example/AntDesign.ProLayout.Wasm/AntDesign.ProLayout.Wasm.csproj index cf3ac50..bf6e7fb 100644 --- a/src/layout/example/AntDesign.ProLayout.Wasm/AntDesign.ProLayout.Wasm.csproj +++ b/src/layout/example/AntDesign.ProLayout.Wasm/AntDesign.ProLayout.Wasm.csproj @@ -1,15 +1,15 @@ - net8.0 + net9.0 service-worker-assets.js - - - - + + + + diff --git a/src/layout/src/AntDesign.ProLayout.csproj b/src/layout/src/AntDesign.ProLayout.csproj index d8d5991..6e7ac31 100644 --- a/src/layout/src/AntDesign.ProLayout.csproj +++ b/src/layout/src/AntDesign.ProLayout.csproj @@ -26,7 +26,7 @@ - +