Skip to content

Commit 8ba8ebf

Browse files
committed
Bump .NET Core nuget packages to latest versions
1 parent a3f450f commit 8ba8ebf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GhostUI/GhostUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="3.1.1" />
2222
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="3.1.1" />
2323
<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="3.1.1" />
24-
<PackageReference Include="NSwag.AspNetCore" Version="13.6.1" />
25-
<PackageReference Include="NSwag.MSBuild" Version="13.6.1">
24+
<PackageReference Include="NSwag.AspNetCore" Version="13.6.2" />
25+
<PackageReference Include="NSwag.MSBuild" Version="13.6.2">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2828
</PackageReference>

GhostUI/wwwroot/docs/api-specification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"x-generator": "NSwag v13.6.1.0 (NJsonSchema v10.1.21.0 (Newtonsoft.Json v12.0.0.0))",
2+
"x-generator": "NSwag v13.6.2.0 (NJsonSchema v10.1.23.0 (Newtonsoft.Json v12.0.0.0))",
33
"openapi": "3.0.0",
44
"info": {
55
"title": "GhostUI API",

0 commit comments

Comments
 (0)