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

Bump MongoDB.Driver from 2.12.4 to 2.13.0 in /Framework #762

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ jobs:
- uses: actions/checkout@v2
- run: dotnet restore Framework/Base.sln
shell: pwsh
- run: choco upgrade firefox
shell: pwsh
- id: browserupdate
uses: ./.github/workflows/setupwinbrowser-action
- id: builder
Expand Down
6 changes: 3 additions & 3 deletions Framework/BaseMongoTest/BaseMongoTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Bson" Version="2.12.4" />
<PackageReference Include="MongoDB.Driver" Version="2.12.4" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.12.4" />
<PackageReference Include="MongoDB.Bson" Version="2.13.0" />
<PackageReference Include="MongoDB.Driver" Version="2.13.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.13.0" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
</ItemGroup>

Expand Down