Skip to content

Commit

Permalink
Merge pull request #113 from ggnaegi/dependabot/nuget/Microsoft.AspNe…
Browse files Browse the repository at this point in the history
…tCore.OpenApi-8.0.6

Bump Microsoft.AspNetCore.OpenApi from 8.0.5 to 8.0.6
  • Loading branch information
ggnaegi authored May 29, 2024
2 parents 3f58ca6 + 169b6d3 commit 9a20e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demo/SwizlyPeasy.Demo.API/SwizlyPeasy.Demo.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SwizlyPeasy.Gateway.API/SwizlyPeasy.Gateway.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
Expand Down

0 comments on commit 9a20e8b

Please sign in to comment.