File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
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)" ,
You can’t perform that action at this time.
0 commit comments