project.lock.json 3.3 KB
Newer Older
1 2 3 4 5
{
  "locked": false,
  "version": 1,
  "targets": {
    ".NETFramework,Version=v4.5": {
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
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      }
    },
27
    ".NETFramework,Version=v4.5/win7-anycpu": {
28
      "Microsoft.DiaSymReader.Native/1.1.0-alpha2": {},
29 30 31 32 33 34 35 36
      "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 已提交
37
      "System.Reflection.Metadata/1.1.0-alpha-00014": {
38
        "dependencies": {
A
Andy Gocke 已提交
39
          "System.Collections.Immutable": "[1.1.36, )"
40 41 42 43 44 45 46 47 48 49 50
        },
        "compile": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        },
        "runtime": {
          "lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
        }
      }
    }
  },
  "libraries": {
51 52 53 54 55 56 57 58 59 60 61 62
    "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"
      ]
    },
63 64 65 66
    "System.Collections.Immutable/1.1.36": {
      "sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
      "type": "Package",
      "files": [
67
        "[Content_Types].xml",
68 69 70
        "_rels/.rels",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
        "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
71
        "License-Stable.rtf",
72
        "package/services/metadata/core-properties/c8b7b781850445db852bd2d848380ca6.psmdcp",
73
        "System.Collections.Immutable.nuspec"
74 75
      ]
    },
A
Andy Gocke 已提交
76 77
    "System.Reflection.Metadata/1.1.0-alpha-00014": {
      "sha512": "rVeIWjVoLQS0aNrGdzndZReskyfxu4EfO9BKqT5GJt0YfGtlsHB1aDPnjl4jIBDTr+WJC9YsnZg8S5sKT1X42g==",
78 79
      "type": "Package",
      "files": [
80
        "[Content_Types].xml",
81 82 83 84
        "_rels/.rels",
        "lib/portable-net45+win8/System.Reflection.Metadata.dll",
        "lib/portable-net45+win8/System.Reflection.Metadata.pdb",
        "lib/portable-net45+win8/System.Reflection.Metadata.xml",
A
Andy Gocke 已提交
85
        "package/services/metadata/core-properties/a48ecf967b1540bba8edfe9af3a99ea5.psmdcp",
86
        "System.Reflection.Metadata.nuspec"
87 88 89 90 91 92 93 94
      ]
    }
  },
  "projectFileDependencyGroups": {
    "": [],
    ".NETFramework,Version=v4.5": []
  }
}