mirror of https://github.com/ppy/osu
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:
parent
9ca1c7f7b7
commit
e8cb19e40a
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "6.0.100",
|
||||
"rollForward": "latestFeature"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue