Skip to content

Commit be77779

Browse files
committed
update package refs
1 parent 36aee38 commit be77779

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MyApp/_pages/auth/jwt-identity-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class ConfigureAuth : IHostingStartup
5656
Once configured we can enable JWT Auth in Swagger UI by installing **Swashbuckle.AspNetCore**:
5757

5858
:::copy
59-
`<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />`
59+
`<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />`
6060
:::
6161

6262
Then enable Open API, Swagger UI, ServiceStack's support for Swagger UI and the JWT Bearer Auth option:

MyApp/_pages/openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This will install the required ASP.NET Core Microsoft, Swashbuckle and ServiceSt
5959

6060
```xml
6161
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
62-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
62+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />
6363
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
6464
```
6565

MyApp/_pages/releases/v8_01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ This will install the required ASP.NET Core Microsoft, Swashbuckle and ServiceSt
882882

883883
```xml
884884
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
885-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
885+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />
886886
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
887887
```
888888

@@ -1200,7 +1200,7 @@ public class ConfigureAuth : IHostingStartup
12001200
Once configured we can enable JWT Auth in Swagger UI by installing **Swashbuckle.AspNetCore**:
12011201

12021202
:::copy
1203-
`<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />`
1203+
`<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />`
12041204
:::
12051205

12061206
Then enable Open API, Swagger UI, ServiceStack's support for Swagger UI and the JWT Bearer Auth option:

0 commit comments

Comments
 (0)