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-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-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-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 }