Skip to content

Commit 0ff1b5c

Browse files
authored
Update .NET SDK version in global.json (#13007)
* Update .NET SDK version in global.json Fixes #13006 * Update copilot instructions
1 parent 081b614 commit 0ff1b5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- **Project Templates**: Starter templates for new Aspire applications
1515

1616
### Technology Stack
17-
- .NET 10.0 RC (specified in global.json)
17+
- .NET 10.0
1818
- C# 13 preview features
1919
- xUnit SDK v3 with Microsoft.Testing.Platform for testing
2020
- Microsoft.DotNet.Arcade.Sdk for build infrastructure
@@ -133,7 +133,7 @@ These switches can be repeated to run tests on multiple classes or methods at on
133133
- **`/extension`**: VS Code extension source code
134134

135135
### Key Configuration Files
136-
- **`global.json`**: Pins .NET SDK version (10.0.100-rc.1.25411.109) - never modify without explicit request
136+
- **`global.json`**: Pins .NET SDK version - never modify without explicit request
137137
- **`.editorconfig`**: Code formatting rules, null annotations, diagnostic configurations
138138
- **`Directory.Build.props`**: Shared MSBuild properties across all projects
139139
- **`Directory.Packages.props`**: Centralized package version management

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107",
3+
"version": "10.0.100",
44
"rollForward": "major",
55
"allowPrerelease": true,
66
"paths": [
@@ -10,7 +10,7 @@
1010
"errorMessage": "The .NET SDK could not be found. Run ./restore.sh (Linux/macOS) or ./restore.cmd (Windows) to install the local SDK."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.100-rc.2.25502.107",
13+
"dotnet": "10.0.100",
1414
"runtimes": {
1515
"dotnet/x64": [
1616
"$(DotNetRuntimePreviousVersionForTesting)",

0 commit comments

Comments
 (0)