Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2022
1 parent 0561394 commit c2c89e1
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.0" />
<PackageReference Include="NonBlocking" Version="2.1.1" />
</ItemGroup>

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

0 comments on commit c2c89e1

Please sign in to comment.