From 4a44539963b92e18a31efa08bca2013824c5213f Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:27:32 +0200 Subject: Move target registration into add_dotnet_library/executable, remove add_dotnet_target --- build/runtime/Second.runtimeconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/runtime/Second.runtimeconfig.json (limited to 'build/runtime/Second.runtimeconfig.json') diff --git a/build/runtime/Second.runtimeconfig.json b/build/runtime/Second.runtimeconfig.json new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/build/runtime/Second.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} -- cgit v1.2.3