Skip to content

Commit

Permalink
hotfix to pin .net sdk to 6.0 for Linux (#9897)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Feb 26, 2024
1 parent 74c7b7e commit eb76715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>$(MinorVersionPrefix)31</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

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.101",
"version": "6.0.419",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
Expand Down

0 comments on commit eb76715

Please sign in to comment.