project.lock.json 2.7 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    ".NETPortable,Version=v4.5,Profile=Profile7": {
6
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
7 8 9 10 11 12 13 14
      "System.Collections.Immutable/1.1.36": {
        "compile": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
        }
      },
A
Andy Gocke 已提交
15
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
16
        "dependencies": {
A
Andy Gocke 已提交
17
          "System.Collections.Immutable": "[1.1.36, )"
18 19 20 21 22 23 24 25 26 27 28
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      }
    }
  },
  "libraries": {
29 30 31 32 33 34 35 36 37 38 39 40
    "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {
      "sha512": "D9bGkcO1+s5c0jn4R/9BD3pw4gqyaFzC7XdlYBVDTqYMqVITMDpF8xxMXN0F3nZRl1dE54RGWp5k8GVAnMhpgQ==",
      "type": "Package",
      "files": [
        "[Content_Types].xml",
        "_rels/.rels",
        "Microsoft.DiaSymReader.Native.nuspec",
        "package/services/metadata/core-properties/e2e1c0f9faac4ddb951a90d33184740b.psmdcp",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
        "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll"
      ]
    },
41 42 43 44
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
      "type": "Package",
      "files": [
45
        "[Content_Types].xml",
46 47 48
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
49
        "License-Stable.rtf",
50
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
51
        "System.Collections.Immutable.nuspec"
52 53
      ]
    },
A
Andy Gocke 已提交
54
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
A
Andy Gocke 已提交
55
      "sha512": "EK6OG++qcGz4VabG4hwCgZ0KdzQAwI3LsH8O0xONsct2wWxpFwjZ+tENecYs2kEKXt/ECLYLjn/3rcvxxmarDA==",
56 57
      "type": "Package",
      "files": [
58
        "[Content_Types].xml",
59
        "_rels/.rels",
A
Andy Gocke 已提交
60 61
        "lib/dotnet/System.Reflection.Metadata.dll",
        "lib/dotnet/System.Reflection.Metadata.xml",
62 63
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml",
A
Andy Gocke 已提交
64
        "package/services/metadata/core-properties/87e66725b41e4febb421e633df3a89b2.psmdcp",
65
        "System.Reflection.Metadata.nuspec"
66 67 68 69 70 71 72 73
      ]
    }
  },
  "projectFileDependencyGroups": {
    "": [],
    ".NETPortable,Version=v4.5,Profile=Profile7": []
  }
}