1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05: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": { "force": {
"constraints": { "constraints": {
"dotnet": "6.0.413" "dotnet": "6.0.100"
}
} }
},
"ignoreDeps": ["dotnet-sdk"]
} }

View File

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