kingno
2025-04-10 655481176b286fa91ef9d171fd8cbfac2be2545a
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
    }
  }
}