cscg24-photoeditor

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

project.assets.json (3484B)


      1{
      2  "version": 3,
      3  "targets": {
      4    "net8.0": {
      5      "Newtonsoft.Json/13.0.3": {
      6        "type": "package",
      7        "compile": {
      8          "lib/net6.0/Newtonsoft.Json.dll": {
      9            "related": ".xml"
     10          }
     11        },
     12        "runtime": {
     13          "lib/net6.0/Newtonsoft.Json.dll": {
     14            "related": ".xml"
     15          }
     16        }
     17      }
     18    }
     19  },
     20  "libraries": {
     21    "Newtonsoft.Json/13.0.3": {
     22      "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
     23      "type": "package",
     24      "path": "newtonsoft.json/13.0.3",
     25      "files": [
     26        ".nupkg.metadata",
     27        ".signature.p7s",
     28        "LICENSE.md",
     29        "README.md",
     30        "lib/net20/Newtonsoft.Json.dll",
     31        "lib/net20/Newtonsoft.Json.xml",
     32        "lib/net35/Newtonsoft.Json.dll",
     33        "lib/net35/Newtonsoft.Json.xml",
     34        "lib/net40/Newtonsoft.Json.dll",
     35        "lib/net40/Newtonsoft.Json.xml",
     36        "lib/net45/Newtonsoft.Json.dll",
     37        "lib/net45/Newtonsoft.Json.xml",
     38        "lib/net6.0/Newtonsoft.Json.dll",
     39        "lib/net6.0/Newtonsoft.Json.xml",
     40        "lib/netstandard1.0/Newtonsoft.Json.dll",
     41        "lib/netstandard1.0/Newtonsoft.Json.xml",
     42        "lib/netstandard1.3/Newtonsoft.Json.dll",
     43        "lib/netstandard1.3/Newtonsoft.Json.xml",
     44        "lib/netstandard2.0/Newtonsoft.Json.dll",
     45        "lib/netstandard2.0/Newtonsoft.Json.xml",
     46        "newtonsoft.json.13.0.3.nupkg.sha512",
     47        "newtonsoft.json.nuspec",
     48        "packageIcon.png"
     49      ]
     50    }
     51  },
     52  "projectFileDependencyGroups": {
     53    "net8.0": [
     54      "Newtonsoft.Json >= 13.0.3"
     55    ]
     56  },
     57  "packageFolders": {
     58    "/home/snx/.nuget/packages/": {}
     59  },
     60  "project": {
     61    "version": "1.0.0",
     62    "restore": {
     63      "projectUniqueName": "/home/snx/dev/ctf-cscg-2024-photo-editor/solve/Generator/Generator.csproj",
     64      "projectName": "Generator",
     65      "projectPath": "/home/snx/dev/ctf-cscg-2024-photo-editor/solve/Generator/Generator.csproj",
     66      "packagesPath": "/home/snx/.nuget/packages/",
     67      "outputPath": "/home/snx/dev/ctf-cscg-2024-photo-editor/solve/Generator/obj/",
     68      "projectStyle": "PackageReference",
     69      "configFilePaths": [
     70        "/home/snx/.nuget/NuGet/NuGet.Config"
     71      ],
     72      "originalTargetFrameworks": [
     73        "net8.0"
     74      ],
     75      "sources": {
     76        "https://api.nuget.org/v3/index.json": {}
     77      },
     78      "frameworks": {
     79        "net8.0": {
     80          "targetAlias": "net8.0",
     81          "projectReferences": {}
     82        }
     83      },
     84      "warningProperties": {
     85        "warnAsError": [
     86          "NU1605"
     87        ]
     88      }
     89    },
     90    "frameworks": {
     91      "net8.0": {
     92        "targetAlias": "net8.0",
     93        "dependencies": {
     94          "Newtonsoft.Json": {
     95            "target": "Package",
     96            "version": "[13.0.3, )"
     97          }
     98        },
     99        "imports": [
    100          "net461",
    101          "net462",
    102          "net47",
    103          "net471",
    104          "net472",
    105          "net48",
    106          "net481"
    107        ],
    108        "assetTargetFallback": true,
    109        "warn": true,
    110        "downloadDependencies": [
    111          {
    112            "name": "Microsoft.AspNetCore.App.Ref",
    113            "version": "[8.0.4, 8.0.4]"
    114          }
    115        ],
    116        "frameworkReferences": {
    117          "Microsoft.NETCore.App": {
    118            "privateAssets": "all"
    119          }
    120        },
    121        "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.104/PortableRuntimeIdentifierGraph.json"
    122      }
    123    }
    124  }
    125}