Skip to content

Commit

Permalink
Bump NonBlocking from 2.1.1 to 2.1.2 (#55)
Browse files Browse the repository at this point in the history
Bumps [NonBlocking](https://github.com/VSadov/NonBlocking) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/VSadov/NonBlocking/releases)
- [Commits](VSadov/NonBlocking@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: NonBlocking
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2023
1 parent 35f8ec0 commit 724d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastCache.Cached/FastCache.Cached.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Credit to Vladimir Sadov for his implementation of NonBlocking.ConcurrentDiction
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NonBlocking" Version="2.1.1" />
<PackageReference Include="NonBlocking" Version="2.1.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit 724d628

Please sign in to comment.