Skip to content

Commit

Permalink
Temporarily add global.json to pin the dotnet version to avoid dotnet…
Browse files Browse the repository at this point in the history
…-format failures (#1324)

### Motivation and Context
PRs are blocked since the dotnet SDK analyzers introduced a back-compat
issue.

### Description
Brought in a global.json file to pin the SDK version until the next
servicing release of dotnet SDK.
  • Loading branch information
adrianwyatt committed Jun 2, 2023
1 parent c23b88d commit 253589b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotnet/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
// TODO: Pinning to 6.0.408 until a dotnet servicing release is deployed: https://github.com/dotnet/format/issues/1546#issuecomment-1572744247
"version": "6.0.408",
"rollForward": "major"
}
}

0 comments on commit 253589b

Please sign in to comment.