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

project.json « AssemblyResolveTests « tests « System.Runtime.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccbb472dc854a085134aa6f984e6c87b99e3ed0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": {
    "System.Runtime": "4.4.0-beta-24904-01",
    "System.Runtime.Extensions": "4.4.0-beta-24904-01",
    "System.Resources.ResourceManager": "4.4.0-beta-24904-01",
    "System.Resources.Reader": "4.4.0-beta-24904-01",
    "System.Reflection": "4.4.0-beta-24904-01",
    "System.Threading.Thread": "4.4.0-beta-24904-01"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}