aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Back/Back/bin/Debug/net5.0/Back.runtimeconfig.json
blob: 93e2b02315137b7b843c851fda596f60caecc89b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "runtimeOptions": {
    "tfm": "net5.0",
    "framework": {
      "name": "Microsoft.AspNetCore.App",
      "version": "5.0.0"
    },
    "configProperties": {
      "System.GC.Server": true,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}