Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #872 from Magenic/dependabot/nuget/Framework/maste…
Browse files Browse the repository at this point in the history
…r/MongoDB.Bson-2.14.1

Bump MongoDB.Bson from 2.14.0 to 2.14.1 in /Framework
  • Loading branch information
TroyWalshProf authored Dec 3, 2021
2 parents ad8c316 + 8b94473 commit d7dbc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Framework/BaseDatabaseTest/BaseDatabaseTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="6.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.12" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions Framework/BaseMongoTest/BaseMongoTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Bson" Version="2.14.0" />
<PackageReference Include="MongoDB.Driver" Version="2.14.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.14.0" />
<PackageReference Include="MongoDB.Bson" Version="2.14.1" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.14.1" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit d7dbc69

Please sign in to comment.