diff options
Diffstat (limited to 'solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json')
| -rw-r--r-- | solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
