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

project.json « ref « System.Net.HttpListener « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8afb3bcd3d51dc1b14d498b23aed3ac1e2df018a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "dependencies": {
    "System.Collections.Specialized": "4.4.0-beta-24903-02",
    "System.Runtime": "4.4.0-beta-24903-02",
    "System.Net.Primitives": "4.4.0-beta-24903-02",
    "System.Net.Security": "4.4.0-beta-24903-02",
    "System.Net.WebHeaderCollection": "4.4.0-beta-24903-02",
    "System.Net.WebSockets": "4.4.0-beta-24903-02",
    "System.Security.Claims": "4.4.0-beta-24903-02",
    "System.Security.Cryptography.X509Certificates": "4.4.0-beta-24903-02",
    "System.Security.Principal": "4.4.0-beta-24903-02",
    "System.Threading.Tasks": "4.4.0-beta-24903-02",
    "Microsoft.Win32.Primitives": "4.4.0-beta-24903-02"
  },
  "frameworks": {
    "netstandard1.7": {
      "imports": [
        "dotnet5.8"
      ]
    }
  }
}