Skip to content

Commit

Permalink
Merge pull request #280 from Gigas002/dependabot/nuget/Swashbuckle.As…
Browse files Browse the repository at this point in the history
…pNetCore-7.1.0

Bump Swashbuckle.AspNetCore from 7.0.0 to 7.1.0
  • Loading branch information
Gigas002 authored Nov 29, 2024
2 parents 8245b5a + 7db7eb2 commit 605381e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Deploy.Server/Deploy.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="7.1.0" />
<PackageReference Include="NSwag.AspNetCore" Version="14.2.0" />
<PackageReference Include="SystemTextJsonPatch" Version="4.1.0" />

<ProjectReference Include="..\Deploy.Core\Deploy.Core.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="7.1.0" />
<PackageReference Include="NSwag.AspNetCore" Version="14.2.0" />
<PackageReference Include="SystemTextJsonPatch" Version="4.1.0" />

<ProjectReference Include="..\Deploy.Core\Deploy.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit 605381e

Please sign in to comment.