Skip to content

Commit

Permalink
Update global.json to SDK 9 (#263)
Browse files Browse the repository at this point in the history
Update .NET SDK to 9.0.100

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated SDK version to a stable release for improved performance and
reliability.
- **Chores**
	- Minor formatting change for better file structure.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rjmurillo authored Nov 17, 2024
1 parent b280590 commit 9b054f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "9.0.100-rc.2.24474.11",
"version": "9.0.100",
"rollForward": "disable"
},
"msbuild-sdks": {
"DotNet.ReproducibleBuilds.Isolated": "1.2.25"
}
}
}

0 comments on commit 9b054f2

Please sign in to comment.