diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:08:07 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:08:07 +0200 |
| commit | 5ec50e41ea76d26bac1686672a8cff2248465f98 (patch) | |
| tree | be7766a1f95de5b75b6319e5ac4991a5dabb3eb5 /HelloCMake.runtimeconfig.json | |
| parent | bf63fc33e76773247523d5d973dd4639acb7371a (diff) | |
| download | csharp-cmake-5ec50e41ea76d26bac1686672a8cff2248465f98.tar.gz csharp-cmake-5ec50e41ea76d26bac1686672a8cff2248465f98.zip | |
cool ^^ what a nice thing
Diffstat (limited to 'HelloCMake.runtimeconfig.json')
| -rw-r--r-- | HelloCMake.runtimeconfig.json | 9 |
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" + } + } +} |
