Skip to content

Commit

Permalink
⬆️ bumb dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael authored Oct 5, 2024
1 parent d20021b commit 6b2f384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.4" />
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Codebelt.Extensions.Asp.Versioning" Version="9.0.0-preview.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
<PackageReference Include="Codebelt.Extensions.Asp.Versioning" Version="9.0.0-preview.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
</ItemGroup>

</Project>

0 comments on commit 6b2f384

Please sign in to comment.