cscg24-photoeditor

CSCG 2024 Challenge 'PhotoEditor'
git clone https://git.sinitax.com/sinitax/cscg24-photoeditor
Log | Files | Refs | sfeed.txt

Generator.deps.json (991B)


      1{
      2  "runtimeTarget": {
      3    "name": ".NETCoreApp,Version=v8.0",
      4    "signature": ""
      5  },
      6  "compilationOptions": {},
      7  "targets": {
      8    ".NETCoreApp,Version=v8.0": {
      9      "Generator/1.0.0": {
     10        "dependencies": {
     11          "Newtonsoft.Json": "13.0.3"
     12        },
     13        "runtime": {
     14          "Generator.dll": {}
     15        }
     16      },
     17      "Newtonsoft.Json/13.0.3": {
     18        "runtime": {
     19          "lib/net6.0/Newtonsoft.Json.dll": {
     20            "assemblyVersion": "13.0.0.0",
     21            "fileVersion": "13.0.3.27908"
     22          }
     23        }
     24      }
     25    }
     26  },
     27  "libraries": {
     28    "Generator/1.0.0": {
     29      "type": "project",
     30      "serviceable": false,
     31      "sha512": ""
     32    },
     33    "Newtonsoft.Json/13.0.3": {
     34      "type": "package",
     35      "serviceable": true,
     36      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
     37      "path": "newtonsoft.json/13.0.3",
     38      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
     39    }
     40  }
     41}