kingno
6 天以前 6caff8e3b06535a9652a791454135cf0e6ac110e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.0"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "6.0.0"
      }
    ],
    "configProperties": {
      "System.Reflection.NullabilityInfoContext.IsSupported": true
    }
  }
}