Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated xunit.analyzers to 1.25.0
- Dependencies - Updated Meziantou.Analyzer to 2.0.250
- Dependencies - Updated xunit.v3 to 3.2.0
- SDK - Updated DotNet SDK to 10.0.100
### Removed
### Deployment Changes

Expand Down
4 changes: 2 additions & 2 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "10.0.100-rc.2.25502.107",
"allowPrerelease": true,
"version": "10.0.100",
"allowPrerelease": false,
"rollForward": "latestPatch"
},
"test": {
Expand Down
Loading