Gokiburi
2025-07-03 1bad8a12b5a25ec21c6dc6fa1a8957b89b5d8b3d
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
    }
  }
}