Skip to content

Commit

Permalink
Eliminate spurious .NET SDK version CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ItEndsWithTens committed Sep 23, 2021
1 parent fead830 commit fb7e272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Arbatel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{16A799
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
build\dmgbuild-settings.py = build\dmgbuild-settings.py
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{25570A55-7D75-4A24-84C1-864BBB2A0545}"
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": "5.0.000",
"version": "5.0.400",
"rollForward": "latestMinor"
}
}

0 comments on commit fb7e272

Please sign in to comment.