summaryrefslogtreecommitdiffstats
path: root/HelloCMake.runtimeconfig.json
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:08:07 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:08:07 +0200
commit5ec50e41ea76d26bac1686672a8cff2248465f98 (patch)
treebe7766a1f95de5b75b6319e5ac4991a5dabb3eb5 /HelloCMake.runtimeconfig.json
parentbf63fc33e76773247523d5d973dd4639acb7371a (diff)
downloadcsharp-cmake-5ec50e41ea76d26bac1686672a8cff2248465f98.tar.gz
csharp-cmake-5ec50e41ea76d26bac1686672a8cff2248465f98.zip
cool ^^ what a nice thing
Diffstat (limited to 'HelloCMake.runtimeconfig.json')
-rw-r--r--HelloCMake.runtimeconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/HelloCMake.runtimeconfig.json b/HelloCMake.runtimeconfig.json
new file mode 100644
index 0000000..e431d27
--- /dev/null
+++ b/HelloCMake.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net10.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "10.0.0"
+ }
+ }
+}