From ebb26ae709570a84004c27f34e9307c33ac6b000 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 19 Apr 2024 00:55:07 +0200 Subject: Add Solution --- .../Generator/bin/Debug/net8.0/Generator.runtimeconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json (limited to 'solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json') diff --git a/solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json b/solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file -- cgit v1.2.3-71-gd317