about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json')
-rw-r--r--nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json b/nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json
index ec942fede66e..a1a197b1b671 100644
--- a/nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json
+++ b/nixpkgs/pkgs/games/osu-lazer/osu.runtimeconfig.json
@@ -1,9 +1,9 @@
 {
   "runtimeOptions": {
-    "tfm": "netcoreapp3.1",
+    "tfm": "net5.0",
     "framework": {
       "name": "Microsoft.NETCore.App",
-      "version": "3.1.0"
+      "version": "5.0.0"
     }
   }
 }