1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:47:29 +08:00
osu-lazer/global.json
Dean Herbert e8cb19e40a Pin builds to .NET 6
As more things move to having the 7 SDK installed, let's pin for now.

This helps with mobile build scenarios, which fall over on the new SDKs
and require further attention.
2023-05-19 17:49:27 +09:00

8 lines
81 B
JSON

{
"sdk": {
"version": "6.0.100",
"rollForward": "latestFeature"
}
}