From 3b39421a68ab9adb75ba5293164bc08f659967df Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 18:03:48 +0100 Subject: [PATCH 1/6] Bump Duende.IdentityModel to 8.0.1 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index d911c69d3..ca0960760 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -41,7 +41,7 @@ that supports the target frameworks our products target (8, 9, 10) --> - + From 91ce07cba3d8d456fe124a340b7da0b7960854ad Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 18:05:26 +0100 Subject: [PATCH 2/6] Set framework version 10.0.4 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ca0960760..ee1c2e1b8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,7 @@ that supports the target frameworks our products target (8, 9, 10) --> 8.0.1 - 10.0.0 + 10.0.4 10.0.0 10.0.0 10.0.0 From f337425bb5aa32dfaa795b9b67d94e130bba3990 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 18:05:53 +0100 Subject: [PATCH 3/6] Use .net SDK 10.0.200 --- .github/workflow-gen/StepExtensions.cs | 2 +- .../workflows/aspnetcore-authentication-jwtbearer-ci.yml | 6 +++--- .../aspnetcore-authentication-jwtbearer-release.yml | 4 ++-- .github/workflows/bff-ci.yml | 8 ++++---- .github/workflows/bff-release.yml | 4 ++-- .github/workflows/docs-mcp-ci.yml | 6 +++--- .github/workflows/docs-mcp-release.yml | 4 ++-- .github/workflows/identity-server-ci.yml | 8 ++++---- .github/workflows/identity-server-release.yml | 4 ++-- .github/workflows/templates-release.yml | 4 ++-- global.json | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflow-gen/StepExtensions.cs b/.github/workflow-gen/StepExtensions.cs index 5e99c0d50..c748725be 100644 --- a/.github/workflow-gen/StepExtensions.cs +++ b/.github/workflow-gen/StepExtensions.cs @@ -18,7 +18,7 @@ public static class StepExtensions job.Step() .Name("Setup .NET") - .ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100"]); + .ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.200"]); // v4.1.0 } diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 204d11bb5..9d4b804e8 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore aspnetcore-authentication-jwtbearer.slnf - name: Verify Formatting @@ -87,7 +87,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore aspnetcore-authentication-jwtbearer.slnf - name: Build @@ -176,7 +176,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Tool restore run: dotnet tool restore - name: Pack aspnetcore-authentication-jwtbearer.slnf diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-release.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-release.yml index 1ed59594a..95788b9da 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-release.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-release.yml @@ -68,7 +68,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Pack aspnetcore-authentication-jwtbearer.slnf run: dotnet pack -c Release aspnetcore-authentication-jwtbearer.slnf -o artifacts - name: Tool restore @@ -110,7 +110,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: List files run: tree shell: bash diff --git a/.github/workflows/bff-ci.yml b/.github/workflows/bff-ci.yml index 4d07d7401..f3d3450ed 100644 --- a/.github/workflows/bff-ci.yml +++ b/.github/workflows/bff-ci.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore bff.slnf - name: Verify Formatting @@ -87,7 +87,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore bff.slnf - name: Build @@ -136,7 +136,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore bff.slnf - name: Build @@ -223,7 +223,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Tool restore run: dotnet tool restore - name: Pack bff.slnf diff --git a/.github/workflows/bff-release.yml b/.github/workflows/bff-release.yml index bdfeac09c..d82bf3a36 100644 --- a/.github/workflows/bff-release.yml +++ b/.github/workflows/bff-release.yml @@ -68,7 +68,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Pack bff.slnf run: dotnet pack -c Release bff.slnf -o artifacts - name: Tool restore @@ -110,7 +110,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: List files run: tree shell: bash diff --git a/.github/workflows/docs-mcp-ci.yml b/.github/workflows/docs-mcp-ci.yml index af8ffba6b..906b500cf 100644 --- a/.github/workflows/docs-mcp-ci.yml +++ b/.github/workflows/docs-mcp-ci.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore docs-mcp.slnf - name: Verify Formatting @@ -87,7 +87,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore docs-mcp.slnf - name: Build @@ -162,7 +162,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Tool restore run: dotnet tool restore - name: Pack docs-mcp.slnf diff --git a/.github/workflows/docs-mcp-release.yml b/.github/workflows/docs-mcp-release.yml index 6581e10ea..5708fa0bf 100644 --- a/.github/workflows/docs-mcp-release.yml +++ b/.github/workflows/docs-mcp-release.yml @@ -68,7 +68,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Pack docs-mcp.slnf run: dotnet pack -c Release docs-mcp.slnf -o artifacts - name: Tool restore @@ -110,7 +110,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: List files run: tree shell: bash diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml index ff60cbaa1..dbe507fb1 100644 --- a/.github/workflows/identity-server-ci.yml +++ b/.github/workflows/identity-server-ci.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore identity-server.slnf - name: Verify Formatting @@ -87,7 +87,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore identity-server.slnf - name: Build @@ -150,7 +150,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Restore run: dotnet restore identity-server.slnf - name: Build @@ -237,7 +237,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Tool restore run: dotnet tool restore - name: Pack identity-server.slnf diff --git a/.github/workflows/identity-server-release.yml b/.github/workflows/identity-server-release.yml index e66d0e7a5..44432620d 100644 --- a/.github/workflows/identity-server-release.yml +++ b/.github/workflows/identity-server-release.yml @@ -68,7 +68,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Pack identity-server.slnf run: dotnet pack -c Release identity-server.slnf -o artifacts - name: Tool restore @@ -110,7 +110,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: List files run: tree shell: bash diff --git a/.github/workflows/templates-release.yml b/.github/workflows/templates-release.yml index ba659d74c..7a159d186 100644 --- a/.github/workflows/templates-release.yml +++ b/.github/workflows/templates-release.yml @@ -46,7 +46,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: Checkout target branch if: github.event.inputs.branch != 'main' run: git checkout ${{ github.event.inputs.branch }} @@ -110,7 +110,7 @@ jobs: dotnet-version: |- 8.0.x 9.0.203 - 10.0.100 + 10.0.200 - name: List files run: tree shell: bash diff --git a/global.json b/global.json index b48eef46e..066c2298e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.200", "rollForward": "latestMajor", "allowPrerelease": true } From db5e0f09447a4627854c0f07892889b73fe54148 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 18:28:49 +0100 Subject: [PATCH 4/6] fix: set SSL_CERT_DIR for dotnet dev-certs trust on ubuntu runners --- .github/workflow-gen/StepExtensions.cs | 1 + .github/workflows/aspnetcore-authentication-jwtbearer-ci.yml | 2 ++ .github/workflows/bff-ci.yml | 4 ++++ .github/workflows/docs-mcp-ci.yml | 2 ++ .github/workflows/identity-server-ci.yml | 4 ++++ 5 files changed, 13 insertions(+) diff --git a/.github/workflow-gen/StepExtensions.cs b/.github/workflow-gen/StepExtensions.cs index c748725be..4fe797f41 100644 --- a/.github/workflow-gen/StepExtensions.cs +++ b/.github/workflow-gen/StepExtensions.cs @@ -38,6 +38,7 @@ public static class StepExtensions public static void StepDotNetDevCerts(this Job job) => job.Step() .Name("Dotnet devcerts") + .Env(("SSL_CERT_DIR", "${{ env.HOME }}/.aspnet/dev-certs/trust")) .Run("dotnet dev-certs https --trust"); public static void CachePlaywrightAssets(this Job job) diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 9d4b804e8..1da5aa1fc 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -94,6 +94,8 @@ jobs: run: dotnet build aspnetcore-authentication-jwtbearer.slnf --no-restore -c Release - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust - name: Test - test/AspNetCore.Authentication.JwtBearer.Tests run: dotnet test test/AspNetCore.Authentication.JwtBearer.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/AspNetCore.Authentication.JwtBearer.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-AspNetCore-Authentication-JwtBearer-Tests diff --git a/.github/workflows/bff-ci.yml b/.github/workflows/bff-ci.yml index f3d3450ed..4d93818a9 100644 --- a/.github/workflows/bff-ci.yml +++ b/.github/workflows/bff-ci.yml @@ -94,6 +94,8 @@ jobs: run: dotnet build bff.slnf --no-restore -c Release - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust - name: Test - test/Bff.Tests run: dotnet test test/Bff.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/Bff.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-Bff-Tests @@ -153,6 +155,8 @@ jobs: run: pwsh test/Hosts.Tests/bin/Release/net10.0/playwright.ps1 install --with-deps - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust - name: Test - test/Hosts.Tests run: dotnet test test/Hosts.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/Hosts.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-Hosts-Tests diff --git a/.github/workflows/docs-mcp-ci.yml b/.github/workflows/docs-mcp-ci.yml index 906b500cf..e239cd353 100644 --- a/.github/workflows/docs-mcp-ci.yml +++ b/.github/workflows/docs-mcp-ci.yml @@ -94,6 +94,8 @@ jobs: run: dotnet build docs-mcp.slnf --no-restore -c Release - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust playwright: name: Playwright tests if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch') diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml index dbe507fb1..e38a9bd88 100644 --- a/.github/workflows/identity-server-ci.yml +++ b/.github/workflows/identity-server-ci.yml @@ -94,6 +94,8 @@ jobs: run: dotnet build identity-server.slnf --no-restore -c Release - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust - name: Test - test/IdentityServer.IntegrationTests run: dotnet test test/IdentityServer.IntegrationTests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/IdentityServer.IntegrationTests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-IdentityServer-IntegrationTests @@ -167,6 +169,8 @@ jobs: run: pwsh test/IdentityServer.EndToEndTests/bin/Release/net10.0/playwright.ps1 install --with-deps - name: Dotnet devcerts run: dotnet dev-certs https --trust + env: + SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust - name: Test - test/IdentityServer.EndToEndTests run: dotnet test test/IdentityServer.EndToEndTests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/IdentityServer.EndToEndTests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-IdentityServer-EndToEndTests From 13f8d655b2df95db01c4536fd9ca1c4f400531b0 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 18:41:58 +0100 Subject: [PATCH 5/6] fix: use shell $HOME for SSL_CERT_DIR in dev-certs step --- .github/workflow-gen/StepExtensions.cs | 3 +-- .../workflows/aspnetcore-authentication-jwtbearer-ci.yml | 4 +--- .github/workflows/bff-ci.yml | 8 ++------ .github/workflows/docs-mcp-ci.yml | 4 +--- .github/workflows/identity-server-ci.yml | 8 ++------ 5 files changed, 7 insertions(+), 20 deletions(-) diff --git a/.github/workflow-gen/StepExtensions.cs b/.github/workflow-gen/StepExtensions.cs index 4fe797f41..e5e6c8145 100644 --- a/.github/workflow-gen/StepExtensions.cs +++ b/.github/workflow-gen/StepExtensions.cs @@ -38,8 +38,7 @@ public static class StepExtensions public static void StepDotNetDevCerts(this Job job) => job.Step() .Name("Dotnet devcerts") - .Env(("SSL_CERT_DIR", "${{ env.HOME }}/.aspnet/dev-certs/trust")) - .Run("dotnet dev-certs https --trust"); + .Run("SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust"); public static void CachePlaywrightAssets(this Job job) => job.Step("playwright-cache") diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 1da5aa1fc..87f505237 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -93,9 +93,7 @@ jobs: - name: Build run: dotnet build aspnetcore-authentication-jwtbearer.slnf --no-restore -c Release - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust - name: Test - test/AspNetCore.Authentication.JwtBearer.Tests run: dotnet test test/AspNetCore.Authentication.JwtBearer.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/AspNetCore.Authentication.JwtBearer.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-AspNetCore-Authentication-JwtBearer-Tests diff --git a/.github/workflows/bff-ci.yml b/.github/workflows/bff-ci.yml index 4d93818a9..b55003920 100644 --- a/.github/workflows/bff-ci.yml +++ b/.github/workflows/bff-ci.yml @@ -93,9 +93,7 @@ jobs: - name: Build run: dotnet build bff.slnf --no-restore -c Release - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust - name: Test - test/Bff.Tests run: dotnet test test/Bff.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/Bff.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-Bff-Tests @@ -154,9 +152,7 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' run: pwsh test/Hosts.Tests/bin/Release/net10.0/playwright.ps1 install --with-deps - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust - name: Test - test/Hosts.Tests run: dotnet test test/Hosts.Tests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/Hosts.Tests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-Hosts-Tests diff --git a/.github/workflows/docs-mcp-ci.yml b/.github/workflows/docs-mcp-ci.yml index e239cd353..28475789d 100644 --- a/.github/workflows/docs-mcp-ci.yml +++ b/.github/workflows/docs-mcp-ci.yml @@ -93,9 +93,7 @@ jobs: - name: Build run: dotnet build docs-mcp.slnf --no-restore -c Release - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust playwright: name: Playwright tests if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch') diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml index e38a9bd88..87a6b1957 100644 --- a/.github/workflows/identity-server-ci.yml +++ b/.github/workflows/identity-server-ci.yml @@ -93,9 +93,7 @@ jobs: - name: Build run: dotnet build identity-server.slnf --no-restore -c Release - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust - name: Test - test/IdentityServer.IntegrationTests run: dotnet test test/IdentityServer.IntegrationTests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/IdentityServer.IntegrationTests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-IdentityServer-IntegrationTests @@ -168,9 +166,7 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' run: pwsh test/IdentityServer.EndToEndTests/bin/Release/net10.0/playwright.ps1 install --with-deps - name: Dotnet devcerts - run: dotnet dev-certs https --trust - env: - SSL_CERT_DIR: ${{ env.HOME }}/.aspnet/dev-certs/trust + run: SSL_CERT_DIR=$HOME/.aspnet/dev-certs/trust dotnet dev-certs https --trust - name: Test - test/IdentityServer.EndToEndTests run: dotnet test test/IdentityServer.EndToEndTests -c Release --no-build --logger "console;verbosity=normal" --logger "trx;LogFileName=test/IdentityServer.EndToEndTests-tests.trx" --collect:"XPlat Code Coverage" - id: test-report-test-IdentityServer-EndToEndTests From 26f204ebb5467accf3dadacf7edd35ebed82298a Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Thu, 12 Mar 2026 22:14:46 +0100 Subject: [PATCH 6/6] Bump foss project references. --- Directory.Packages.props | 6 +++--- .../templates/src/WebApp/TemplateWebApp.csproj | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ee1c2e1b8..df346c133 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -38,11 +38,11 @@ that supports the target frameworks our products target (8, 9, 10) --> - - + + - + diff --git a/identity-server/templates/src/WebApp/TemplateWebApp.csproj b/identity-server/templates/src/WebApp/TemplateWebApp.csproj index 231ca8b8b..e4fdaca08 100644 --- a/identity-server/templates/src/WebApp/TemplateWebApp.csproj +++ b/identity-server/templates/src/WebApp/TemplateWebApp.csproj @@ -1,15 +1,15 @@ - net9.0 + net10.0 enable enable - - - + + +