Skip to content

Commit

Permalink
Update .NET SDK (#847)
Browse files Browse the repository at this point in the history
Update .NET SDK to version 8.0.203.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com>
Co-authored-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com>
  • Loading branch information
aspnet-contrib-service-account[bot] committed Mar 21, 2024
1 parent f9f2b90 commit 8252d3b
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,12 +1,12 @@
{
"sdk": {
"version": "8.0.202",
"version": "8.0.203",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "8.0.202"
"dotnet": "8.0.203"
},

"msbuild-sdks": {
Expand Down

0 comments on commit 8252d3b

Please sign in to comment.