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

project.json « ref « Microsoft.CSharp « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4c66743e0c0dc9ba5f4cf0e0c30f329a14519d9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "dependencies": {
    "System.Runtime": "4.0.0",
    "System.Dynamic.Runtime": "4.0.0",
    "System.Linq.Expressions": "4.0.0"
  },
  "frameworks": {
    "dotnet5.1": {}
  }
}