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

project.json.template « netstandard1.x « netstandard « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85b36fd58c3de3919116d7b3ebdcce3824b17c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "frameworks": {
    "{TFM}": {
      "dependencies": {
        "NETStandard.Library": "2.0.0-preview1-25206-01",
        "System.Diagnostics.Contracts": "4.3.0",
        "System.Diagnostics.Debug": "4.3.0",
        "System.Dynamic.Runtime": "4.3.0",
        "System.Runtime.Serialization.Primitives": "4.3.0"
      }
    }
  }
}