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

dotnetcli.host.json « .template.config « EmptyWeb-FSharp « content « Microsoft.DotNet.Web.ProjectTemplates « src « Templating « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9365baf1803fb9836fcd38fc239d4f739b5aee49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "$schema": "http://json.schemastore.org/dotnetcli.host",
  "symbolInfo": {
    "TargetFrameworkOverride": {
      "isHidden": "true",
      "longName": "target-framework-override",
      "shortName": ""
    },
    "Framework": {
      "longName": "framework"
    },
    "skipRestore": {
      "longName": "no-restore",
      "shortName": ""
    },
    "HttpPort": {
      "isHidden": true
    },
    "HttpsPort": {
      "isHidden": true
    },
    "ExcludeLaunchSettings": {
      "longName": "exclude-launch-settings",
      "shortName": ""
    },
    "NoHttps": {
      "longName": "no-https",
      "shortName": ""
    }
  },
  "usageExamples": [
    ""
  ]
}