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

10 lines
140 B
JSON
Raw Normal View History

2020-12-08 11:02:20 -08:00
{
"runtimeOptions": {
2021-02-01 10:13:12 -08:00
"tfm": "net5.0",
2020-12-08 11:02:20 -08:00
"framework": {
"name": "Microsoft.NETCore.App",
2021-02-01 10:13:12 -08:00
"version": "5.0.0"
2020-12-08 11:02:20 -08:00
}
}
}