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

project.json « src « System.Xml.XPath.XDocument « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc457bc010ef91907f5a892425ad497113e797a9 (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
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "System.Diagnostics.Debug": "4.0.12-beta-devapi-24422-01",
        "System.Diagnostics.Tools": "4.0.2-beta-devapi-24422-01",
        "System.Diagnostics.TraceSource": "4.0.1-beta-devapi-24422-01",
        "Microsoft.Win32.Registry": "4.0.1-beta-devapi-24422-01",
        "System.IO.FileSystem": "4.1.0-beta-devapi-24422-01",
        "System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24422-01",
        "System.ComponentModel.TypeConverter": "4.1.1-beta-devapi-24422-01",
        "System.IO.FileSystem.Primitives": "4.0.2-beta-devapi-24422-01",
        "System.Data.Common": "4.1.1-beta-devapi-24422-01",
        "System.Console": "4.1.0-beta-devapi-24422-01",
        "System.Collections.NonGeneric": "4.1.0-beta-devapi-24422-01",
        "System.Collections.Specialized": "4.0.2-beta-devapi-24422-01",
        "System.Linq": "4.1.1-beta-devapi-24422-01",
        "System.Threading.Tasks.Extensions": "4.1.0-beta-devapi-24422-01",
        "System.Resources.ResourceManager": "4.0.2-beta-devapi-24422-01",
        "System.Runtime": "4.2.0-beta-devapi-24422-01",
        "System.Runtime.Extensions": "4.2.0-beta-devapi-24422-01",
        "System.Threading": "4.0.12-beta-devapi-24422-01"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}