1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

Revert "Remove .NET SDK constraint for Renovate (#3488)" (#3511)

This reverts commit 21f91b7043.
This commit is contained in:
Matt Bishop 2023-12-04 15:34:47 -05:00 committed by GitHub
parent 3b80791aa8
commit f424cc09f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,5 +199,10 @@
"reviewers": ["team:team-vault-dev"]
}
],
"force": {
"constraints": {
"dotnet": "6.0.100"
}
},
"ignoreDeps": ["dotnet-sdk"]
}