From f18f3fee8844df98a30c2d248dfca04643dd4365 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 6 Oct 2025 12:06:46 +0200 Subject: Initial --- .../bin/Debug/net10.0/VegaData.runtimeconfig.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json (limited to 'VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json') diff --git a/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json b/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json new file mode 100644 index 0000000..5319094 --- /dev/null +++ b/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "10.0.0-rc.1.25451.107" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "10.0.0-rc.1.25451.107" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file -- cgit v1.3