From 793748246133423bab93258375a45f3c0ad363b2 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 21:32:01 +0200 Subject: Use cmake/runtimeconfig.json.in template with configure_file for executables --- HelloCMake.runtimeconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 HelloCMake.runtimeconfig.json (limited to 'HelloCMake.runtimeconfig.json') diff --git a/HelloCMake.runtimeconfig.json b/HelloCMake.runtimeconfig.json deleted file mode 100644 index e431d27..0000000 --- a/HelloCMake.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - } - } -} -- cgit v1.2.3