diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-04-19 00:55:07 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-04-19 00:55:07 +0200 |
| commit | ebb26ae709570a84004c27f34e9307c33ac6b000 (patch) | |
| tree | ba83f56ec65986cab387c97b771cd0a26e566c60 /solve/Generator/bin/Debug/net8.0/Generator.runtimeconfig.json | |
| parent | 84e77e74c8d69b33a25938a46700b67a3e835c88 (diff) | |
| download | cscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.tar.gz cscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.zip | |
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 |
