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

Force Renovate to use v6 .NET SDK (#3220)

This commit is contained in:
Matt Bishop 2023-08-22 11:46:06 -04:00 committed by GitHub
parent c5b5225642
commit 6374cc6f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,5 +44,10 @@
"matchManagers": ["nuget"],
"matchUpdateTypes": ["minor", "patch"]
}
]
],
"force": {
"constraints": {
"dotnet": "6.0.413"
}
}
}