summaryrefslogtreecommitdiffstats
path: root/cmake/runtimeconfig.json.in
diff options
context:
space:
mode:
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"
+ }
+ }
+}