You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
274 B
15 lines
274 B
1 month ago
|
{
|
||
|
"runtimeOptions": {
|
||
|
"tfm": "netcoreapp3.1",
|
||
|
"includedFrameworks": [
|
||
|
{
|
||
|
"name": "Microsoft.NETCore.App",
|
||
|
"version": "3.1.0"
|
||
|
}
|
||
|
],
|
||
|
"configProperties": {
|
||
|
"System.GC.Server": false,
|
||
|
"System.GC.Concurrent": true
|
||
|
}
|
||
|
}
|
||
|
}
|