diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:32 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:32 +0200 |
| commit | 4a44539963b92e18a31efa08bca2013824c5213f (patch) | |
| tree | d6e6bd56bae4280321c18a0b145ffec77acaa0c8 /build/runtime/HelloCMake.runtimeconfig.json | |
| parent | 3b05b33ff30b49ab0a3c4500d9d11c700bdc1a02 (diff) | |
| download | csharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.tar.gz csharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.zip | |
Move target registration into add_dotnet_library/executable, remove add_dotnet_target
Diffstat (limited to 'build/runtime/HelloCMake.runtimeconfig.json')
| -rw-r--r-- | build/runtime/HelloCMake.runtimeconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/runtime/HelloCMake.runtimeconfig.json b/build/runtime/HelloCMake.runtimeconfig.json new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/build/runtime/HelloCMake.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} |
