summaryrefslogtreecommitdiffstats
path: root/cmake/runtimeconfig.json.in
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:32:01 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:32:01 +0200
commit793748246133423bab93258375a45f3c0ad363b2 (patch)
treeab437e35e0713ab29a8252b3f5c5463b389cf2d9 /cmake/runtimeconfig.json.in
parent4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c (diff)
downloadcsharp-cmake-793748246133423bab93258375a45f3c0ad363b2.tar.gz
csharp-cmake-793748246133423bab93258375a45f3c0ad363b2.zip
Use cmake/runtimeconfig.json.in template with configure_file for executables
Diffstat (limited to 'cmake/runtimeconfig.json.in')
-rw-r--r--cmake/runtimeconfig.json.in9
1 files changed, 9 insertions, 0 deletions
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"
+ }
+ }
+}