Skip to content

Commit

Permalink
chore(deps): update all foundatio dependencies to v10.7.1 (#1692)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 07c778b commit 16a2957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Expand Up @@ -48,7 +48,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Foundatio.Xunit" Version="10.7.0" />
<PackageReference Include="Foundatio.Xunit" Version="10.7.1" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.Couchbase/Whipstaff.Couchbase.csproj
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Couchbase.Extensions.Locks" Version="2.0.0" />
<PackageReference Include="Foundatio" Version="10.7.0" />
<PackageReference Include="Foundatio" Version="10.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Foundatio" Version="10.7.0" />
<PackageReference Include="Foundatio" Version="10.7.1" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down

0 comments on commit 16a2957

Please sign in to comment.