APICycleVDP/Diagram-API/bin/Debug/netcoreapp3.1/Diagram-API.runtimeconfig.json
Georgy.Khatuncev 242d4bda3e create git sub-module
Prepare repo for use like sub-module in main repo
2024-09-19 01:11:55 +03:00

13 lines
299 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}