Files
server/global.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
219 B
JSON
Raw Permalink Normal View History

2023-06-02 16:04:18 -04:00
{
"sdk": {
"version": "8.0.100",
2023-06-02 16:04:18 -04:00
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.Build.Traversal": "4.1.0",
2025-12-15 10:45:01 -05:00
"Microsoft.Build.Sql": "1.0.0",
"Bitwarden.Server.Sdk": "1.4.0"
2023-06-02 16:04:18 -04:00
}
}