1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 09:02:48 -05: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

View File

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