Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LockFileWithWithSpecifiedPackageFolders.json « Json « Microsoft.NuGet.Build.Tasks.Tests « src - github.com/mono/NuGet.BuildTasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6df6a2a8b44e657b9eec2146c78f977c1cd80cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "locked": false,
  "version": 2,
  "targets": {
    ".NETFramework,Version=v4.5": {
      "Newtonsoft.Json/8.0.3": {
        "type": "package",
        "compile": {
          "lib/net45/Newtonsoft.Json.dll": {}
        },
        "runtime": {
          "lib/net45/Newtonsoft.Json.dll": {}
        }
      }
    }
  },
  "libraries": {
    "Newtonsoft.Json/8.0.3": {
      "sha512": "KGsYQdS2zLH+H8x2cZaSI7e+YZ4SFIbyy1YJQYl6GYBWjf5o4H1A68nxyq+WTyVSOJQ4GqS/DiPE+UseUizgMg==",
      "type": "package",
      "path": "newtonsoft.json/8.0.3",
      "files": [
        "lib/net20/Newtonsoft.Json.dll",
        "lib/net20/Newtonsoft.Json.xml",
        "lib/net35/Newtonsoft.Json.dll",
        "lib/net35/Newtonsoft.Json.xml",
        "lib/net40/Newtonsoft.Json.dll",
        "lib/net40/Newtonsoft.Json.xml",
        "lib/net45/Newtonsoft.Json.dll",
        "lib/net45/Newtonsoft.Json.xml",
        "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
        "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
        "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
        "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
        "newtonsoft.json.8.0.3.nupkg.sha512",
        "newtonsoft.json.nuspec",
        "tools/install.ps1"
      ]
    }
  },
  "projectFileDependencyGroups": {
    "": [
      "Newtonsoft.Json"
    ],
    ".NETFramework,Version=v4.5": []
  },
  "tools": {},
  "projectFileToolGroups": {},
  "packageFolders": {
    "C:\\PackageFolder\\": {}
  }
}