aboutsummaryrefslogtreecommitdiff
path: root/ports/signalrclient/vcpkg.json
blob: e2faf07bc3d67e71cbc5a0643f2bb20a3f89bca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "signalrclient",
  "version-string": "1.0.0-beta1-9",
  "port-version": 2,
  "description": "C++ client for SignalR.",
  "homepage": "https://github.com/SignalR/SignalR-Client-Cpp",
  "dependencies": [
    {
      "name": "cpprestsdk",
      "features": [
        "default-features",
        "websockets"
      ]
    },
    "openssl"
  ]
}