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": {
"tfm": "net8.0",
2020-12-08 19:02:20 +00:00
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
2020-12-08 19:02:20 +00:00
}
}
}