Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Swashbuckle.AspNetCore-6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenskov authored Aug 19, 2024
2 parents da73657 + 5fee9d6 commit 8136c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SegregatedStorage.Api/SegregatedStorage.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/SegregatedStorage/SegregatedStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0"/>
</ItemGroup>
Expand Down

0 comments on commit 8136c54

Please sign in to comment.