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 }