Skip to content

Commit

Permalink
Merge pull request #105 from dorssel/update-dotnet-sdk-8.0.303
Browse files Browse the repository at this point in the history
Update .NET SDK to 8.0.303
  • Loading branch information
dorssel authored Jul 10, 2024
2 parents 86f09a8 + d4fe93f commit 5768353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ root = true
# All files
[*]
indent_style = space
# Solution files (auto-generated, but sometimes manually edited)
[*.sln]
indent_style = tab
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.302",
"version": "8.0.303",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit 5768353

Please sign in to comment.