Skip to content

Commit

Permalink
SDK - Updated DotNet SDK to 8.0.401
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 19, 2024
1 parent f01f28e commit 40fa853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.11.20
- Dependencies - Updated SonarAnalyzer.CSharp to 9.32.0.97167
- Dependencies - Updated NuGet to 6.11.0
- SDK - Updated DotNet SDK to 8.0.401
- Dependencies - Updated Microsoft.NET.Test.Sdk to 17.11.0
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.22.521
- Dependencies - Updated FunFair.Test.Common to 6.1.67.620
- SDK - Update DotNet to 9.0 RC1
- SDK - Updated DotNet SDK to 8.0.401
### 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": "9.0.100-rc.1.24452.12",
"allowPrerelease": true,
"version": "8.0.401",
"allowPrerelease": false,
"rollForward": "latestPatch"
}
}

0 comments on commit 40fa853

Please sign in to comment.