Skip to content

Commit

Permalink
Lock SDK to 6.0.100 and ignore with Renovate updates (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Nov 27, 2023
1 parent 3ca8aef commit f789981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
],
"force": {
"constraints": {
"dotnet": "6.0.413"
"dotnet": "6.0.100"
}
}
},
"ignoreDeps": ["dotnet-sdk"]
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.415",
"version": "6.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit f789981

Please sign in to comment.