Skip to content

Commit ec8492a

Browse files
committed
update deps ref
1 parent be02b1a commit ec8492a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MyApp/_posts/2024-02-08_openapi-v3.md

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

7777
```xml
7878
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
79-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />
79+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.*" />
8080
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
8181
```
8282

MyApp/_posts/2024-02-11_jwt-identity-auth.md

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

6262
:::copy
63-
`<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />`
63+
`<PackageReference Include="Swashbuckle.AspNetCore" Version="8.*" />`
6464
:::
6565

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

0 commit comments

Comments
 (0)