-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting Mongo driver to fix error in production
- Loading branch information
1 parent
c899826
commit bd7975c
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/TPP.Persistence.MongoDB.Tests/TPP.Persistence.MongoDB.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<PackageReference Include="MongoDB.Driver" Version="3.1.0" /> | ||
<PackageReference Include="MongoDB.Driver" Version="3.0.0" /> | ||
<ProjectReference Include="..\..\TPP.Persistence.MongoDB\TPP.Persistence.MongoDB.csproj"/> | ||
</ItemGroup> | ||
</Project> |