summaryrefslogtreecommitdiff
path: root/tutorial/netstd/Server/Properties/launchSettings.json
blob: 78076ff7cf5cecec03012e6b861ecb2be7478715 (plain)
1
2
3
4
5
6
7
8
{
  "profiles": {
    "Server": {
      "commandName": "Project",
      "commandLineArgs": "-p:multiplexed"
    }
  }
}