Skip to content

Commit df128dc

Browse files
[Templates] Use https link for launchSettings.json schema (#31918)
1 parent a7d101e commit df128dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/launchsettings.json",
2+
"$schema": "https://json.schemastore.org/launchsettings.json",
33
"iisSettings": {
44
//#if (WindowsAuth)
55
"windowsAuthentication": true,

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json.schemastore.org/launchsettings.json",
2+
"$schema": "https://json.schemastore.org/launchsettings.json",
33
"iisSettings": {
44
//#if (WindowsAuth)
55
"windowsAuthentication": true,

0 commit comments

Comments
 (0)