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 --- cmake/runtimeconfig.json.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cmake/runtimeconfig.json.in (limited to 'cmake/runtimeconfig.json.in') diff --git a/cmake/runtimeconfig.json.in b/cmake/runtimeconfig.json.in new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/cmake/runtimeconfig.json.in @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} -- cgit v1.2.3