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

project.json « ref « System.Transactions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1589685dbc012d5afa96fe5b1bf56fdb00e2e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "dependencies": {
    "System.Runtime": "4.3.0-beta-24604-02",
    "System.Runtime.Serialization.Primitives": "4.3.0-beta-24604-02",
    "System.Runtime.Serialization.Formatters": "4.3.0-beta-24604-02"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}