nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
140 B
JSON
Raw Normal View History

2020-12-08 19:02:20 +00:00
{
"runtimeOptions": {
2022-04-09 03:52:53 +00:00
"tfm": "net6.0",
2020-12-08 19:02:20 +00:00
"framework": {
"name": "Microsoft.NETCore.App",
2022-04-09 03:52:53 +00:00
"version": "6.0.0"
2020-12-08 19:02:20 +00:00
}
}
}