Browse Source

Lock SDK to 6.0.100 and ignore with Renovate updates (#3478)

pull/3479/head
Matt Bishop 2 years ago committed by GitHub
parent
commit
f78998125a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/renovate.json
  2. 2
      global.json

5
.github/renovate.json

@ -175,7 +175,8 @@ @@ -175,7 +175,8 @@
],
"force": {
"constraints": {
"dotnet": "6.0.413"
"dotnet": "6.0.100"
}
}
},
"ignoreDeps": ["dotnet-sdk"]
}

2
global.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.415",
"version": "6.0.100",
"rollForward": "latestFeature"
}
}

Loading…
Cancel
Save