summary refs log tree commit diff
path: root/pkgs/games/osu-lazer/osu.runtimeconfig.json
blob: 4148c494fbc731e596351e4ced8f619a6b91edb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "6.0.0"
    }
  }
}