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

project.json « VoidMainWithExitCodeApp « tests « System.Runtime.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c046a0a4923c557ad572fb9a66db7e2a2019283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": {
    "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
    "System.Runtime": "4.3.0-beta-devapi-24502-02",
    "System.Runtime.Extensions": "4.3.0-beta-devapi-24502-02",
    "System.Reflection": "4.3.0-beta-devapi-24502-02",
    "System.Threading.Thread": "4.3.0-beta-devapi-24502-02"
  },
  "frameworks": {
    "netstandard1.3": {}
  }
}