Skip to content

Commit c4af67c

Browse files
committed
bump versions
1 parent cf80544 commit c4af67c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MyApp/MyApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.*" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.*" />
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.*" />
27-
<PackageReference Include="Markdig" Version="0.37.*" />
27+
<PackageReference Include="Markdig" Version="0.40.*" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.*" />
32-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
32+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />
3333
<PackageReference Include="ServiceStack.AspNetCore.OpenApi" Version="8.*" />
3434
</ItemGroup>
3535

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="6.*" />
79+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />
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="6.*" />`
63+
`<PackageReference Include="Swashbuckle.AspNetCore" Version="7.*" />`
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)