Skip to content

Commit

Permalink
SDK - Updated DotNet SDK to 8.0.301
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed May 29, 2024
1 parent 394d4a8 commit 628cb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Added
### Fixed
### Changed
- SDK - Updated DotNet SDK to 8.0.300
- Dependencies - Updated Credfeto.Enumeration to 1.1.7.384
- Dependencies - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.10.48
- Dependencies - Updated Roslynator.Analyzers to 4.12.3
Expand All @@ -22,6 +21,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated xunit.analyzers to 1.14.0
- Dependencies - Updated xunit.runner.visualstudio to 2.8.1
- Dependencies - Updated xunit to 2.8.1
- SDK - Updated DotNet SDK to 8.0.301
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.300",
"version": "8.0.301",
"allowPrerelease": false,
"rollForward": "latestPatch"
}
Expand Down

0 comments on commit 628cb30

Please sign in to comment.