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

project.json « src « System.Runtime.CompilerServices.VisualC « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d9d127ce725a7e048ab27233f63b319bd3c7356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "frameworks": {
    "netstandard1.3": {
      "dependencies": {
        "Microsoft.TargetingPack.Private.CoreCLR": "1.1.0-beta-24431-03"
      },
      "imports": [
        "dotnet5.4"
      ]
    },
    "net46": {
      "dependencies": {
        "Microsoft.TargetingPack.NETFramework.v4.6": "1.0.1"
      }
    }
  }
}