diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 21:32:01 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 21:32:01 +0200 |
| commit | 793748246133423bab93258375a45f3c0ad363b2 (patch) | |
| tree | ab437e35e0713ab29a8252b3f5c5463b389cf2d9 /cmake/runtimeconfig.json.in | |
| parent | 4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c (diff) | |
| download | csharp-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.in | 9 |
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" + } + } +} |
