This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
osu
Watch
1
Star
0
Fork
0
You've already forked osu
mirror of
https://github.com/ppy/osu
synced
2024-12-11 17:42:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
767ded4326
osu
/
global.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
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 08:49:26 +00:00
{
"sdk"
:
{
Update global.json version
2024-02-05 09:02:07 +00:00
"version"
:
"8.0.100"
,
Upgrade to .NET 8 SDK
2024-02-01 15:50:26 +00:00
"rollForward"
:
"latestFeature"
,
"allowPrerelease"
:
false
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 08:49:26 +00:00
}
Upgrade to .NET 8 SDK
2024-02-01 15:50:26 +00:00
}
Reference in New Issue
Copy Permalink