Gokiburi
2025-06-17 2ad4cf6d588bd9bc446e8bde2a916c17aec3dad6
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
    }
  }
}