1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

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

This commit is contained in:
Matt Bishop 2023-11-27 12:52:01 -05:00 committed by GitHub
parent 3ca8aef376
commit f78998125a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

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

View File

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