1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:49:56 +08:00

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.
This commit is contained in:
Dean Herbert
2023-05-19 17:49:26 +09:00
Unverified
parent 9ca1c7f7b7
commit e8cb19e40a
+7
View File
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestFeature"
}
}