Skip to content

Commit

Permalink
chore: Update package references to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed May 8, 2024
1 parent b2f6d2f commit b65f000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/SampleApi/SampleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/hello-containers/hello-containers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.200" />
<PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.204" />
</ItemGroup>

</Project>

0 comments on commit b65f000

Please sign in to comment.