Skip to content

Commit

Permalink
fix mongodb driver reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Jan 1, 2025
1 parent 5d45b50 commit c7b84a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</ItemGroup>

<ItemGroup>
<!-- <PackageReference Include="MongoDB.Bson" Version="3.1.0" /> -->
<ProjectReference Include="../../../mongo-csharp-driver/src/MongoDB.Bson/MongoDB.Bson.csproj" />
<PackageReference Include="MongoDB.Bson" Version="3.1.0" />
<!-- <ProjectReference Include="../../../mongo-csharp-driver/src/MongoDB.Bson/MongoDB.Bson.csproj" /> -->
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit c7b84a4

Please sign in to comment.