diff --git a/Directory.Packages.props b/Directory.Packages.props index bb7603fb89..3c80c2d01f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,7 +15,7 @@ - + diff --git a/global.json b/global.json index 9cb2348ccf..046ed67fdd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.4.26230.115", + "version": "11.0.100-preview.5.26302.115", "allowPrerelease": false, "paths": [ ".dotnet", "$host$" ] } diff --git a/src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj b/src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj index 602b02a4b9..cfa44e9293 100644 --- a/src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj +++ b/src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Swashbuckle.AspNetCore.Newtonsoft/Swashbuckle.AspNetCore.Newtonsoft.csproj b/src/Swashbuckle.AspNetCore.Newtonsoft/Swashbuckle.AspNetCore.Newtonsoft.csproj index fabfb86760..7b84fff17e 100644 --- a/src/Swashbuckle.AspNetCore.Newtonsoft/Swashbuckle.AspNetCore.Newtonsoft.csproj +++ b/src/Swashbuckle.AspNetCore.Newtonsoft/Swashbuckle.AspNetCore.Newtonsoft.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Swashbuckle.AspNetCore/Swashbuckle.AspNetCore.nuspec b/src/Swashbuckle.AspNetCore/Swashbuckle.AspNetCore.nuspec index a48c3d6c46..be941e7757 100644 --- a/src/Swashbuckle.AspNetCore/Swashbuckle.AspNetCore.nuspec +++ b/src/Swashbuckle.AspNetCore/Swashbuckle.AspNetCore.nuspec @@ -23,7 +23,7 @@ - + diff --git a/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj b/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj index 9e739b6f3e..61a3c4a6ac 100644 --- a/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj +++ b/test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj @@ -52,8 +52,8 @@ - - + + diff --git a/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.Swagger_IsValidJson_No_Startup_entryPointType=WebApi.Program_swaggerRequestUri=v1.verified.txt b/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.Swagger_IsValidJson_No_Startup_entryPointType=WebApi.Program_swaggerRequestUri=v1.verified.txt index 048170ae70..3a5d15b04a 100644 --- a/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.Swagger_IsValidJson_No_Startup_entryPointType=WebApi.Program_swaggerRequestUri=v1.verified.txt +++ b/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.Swagger_IsValidJson_No_Startup_entryPointType=WebApi.Program_swaggerRequestUri=v1.verified.txt @@ -940,8 +940,8 @@ } ], "responses": { - "200": { - "description": "OK", + "default": { + "description": "A Product", "content": { "application/json": { "schema": { @@ -950,8 +950,8 @@ } } }, - "default": { - "description": "A Product", + "200": { + "description": "OK", "content": { "application/json": { "schema": { diff --git a/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.TypesAreRenderedCorrectly.verified.txt b/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.TypesAreRenderedCorrectly.verified.txt index 048170ae70..3a5d15b04a 100644 --- a/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.TypesAreRenderedCorrectly.verified.txt +++ b/test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/11_0/VerifyTests.TypesAreRenderedCorrectly.verified.txt @@ -940,8 +940,8 @@ } ], "responses": { - "200": { - "description": "OK", + "default": { + "description": "A Product", "content": { "application/json": { "schema": { @@ -950,8 +950,8 @@ } } }, - "default": { - "description": "A Product", + "200": { + "description": "OK", "content": { "application/json": { "schema": { diff --git a/test/WebSites/OAuth2Integration/OAuth2Integration.csproj b/test/WebSites/OAuth2Integration/OAuth2Integration.csproj index 5a6049475f..d3cc6ddc92 100644 --- a/test/WebSites/OAuth2Integration/OAuth2Integration.csproj +++ b/test/WebSites/OAuth2Integration/OAuth2Integration.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/WebSites/TodoApp/TodoApp.csproj b/test/WebSites/TodoApp/TodoApp.csproj index 5d9f9d578d..098ce2757b 100644 --- a/test/WebSites/TodoApp/TodoApp.csproj +++ b/test/WebSites/TodoApp/TodoApp.csproj @@ -17,6 +17,6 @@ - +