aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/bin/Debug/net10.0/VegaData.runtimeconfig.json
blob: 53190943a9cc4e8078838e4ff6d891c91f8291b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "runtimeOptions": {
    "tfm": "net10.0",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "10.0.0-rc.1.25451.107"
      },
      {
        "name": "Microsoft.AspNetCore.App",
        "version": "10.0.0-rc.1.25451.107"
      }
    ],
    "configProperties": {
      "System.GC.Server": true,
      "System.Reflection.NullabilityInfoContext.IsSupported": true,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}