mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:23:20 +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:
parent
9ca1c7f7b7
commit
e8cb19e40a
7
global.json
Normal file
7
global.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"sdk": {
|
||||||
|
"version": "6.0.100",
|
||||||
|
"rollForward": "latestFeature"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user