diff --git a/.github/workflow-gen/StepExtensions.cs b/.github/workflow-gen/StepExtensions.cs
index fb40cfd62..5e99c0d50 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-rc.2.25502.107"]);
+ .ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100"]);
// v4.1.0
}
diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml
index a7947144e..204d11bb5 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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 d2919e4a9..1ed59594a 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- name: List files
run: tree
shell: bash
diff --git a/.github/workflows/bff-ci.yml b/.github/workflows/bff-ci.yml
index 76b502de2..4d07d7401 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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 28e75d673..bdfeac09c 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- name: List files
run: tree
shell: bash
diff --git a/.github/workflows/docs-mcp-ci.yml b/.github/workflows/docs-mcp-ci.yml
index de9e644f0..af8ffba6b 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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 502327540..6581e10ea 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- name: List files
run: tree
shell: bash
diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml
index b31c965c4..ff60cbaa1 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- 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 f8d45df40..e66d0e7a5 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- name: List files
run: tree
shell: bash
diff --git a/.github/workflows/templates-release.yml b/.github/workflows/templates-release.yml
index b9d29177e..ba659d74c 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-rc.2.25502.107
+ 10.0.100
- 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-rc.2.25502.107
+ 10.0.100
- name: List files
run: tree
shell: bash
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 17ea75af1..2047e9b94 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -22,15 +22,15 @@
9.0.9
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
+ 10.0.0
+ 10.0.0
+ 10.0.0
+ 10.0.0
+ 10.0.0
8.0.1
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
- 10.0.0-rc.2.25502.107
+ 10.0.0
+ 10.0.0
+ 10.0.0
@@ -42,13 +42,13 @@
-
-
-
-
+
+
+
+
-
-
+
+
diff --git a/global.json b/global.json
index d34fe265a..b48eef46e 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "10.0.100-rc.2.25502.107",
+ "version": "10.0.100",
"rollForward": "latestMajor",
"allowPrerelease": true
}