Skip to content

Commit

Permalink
Add schema in launchSettings.json files (#44295)
Browse files Browse the repository at this point in the history
Fixes #38120
  • Loading branch information
sebastienros authored Oct 12, 2022
1 parent 361e628 commit 1a96a05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
//#if (WindowsAuth)
"windowsAuthentication": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
//#if (WindowsAuth)
"windowsAuthentication": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
Expand Down

0 comments on commit 1a96a05

Please sign in to comment.