1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

Use global.json (#2996)

This commit is contained in:
Matt Bishop
2023-06-02 16:04:18 -04:00
committed by GitHub
parent 4e8256328d
commit 90a28ad87f

6
global.json Normal file
View File

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