Skip to content

Commit

Permalink
Merge pull request #41 from damieng/upgrade-to-driver-3
Browse files Browse the repository at this point in the history
Upgrade project dependency to MongoDB C# Driver 3.0.0
  • Loading branch information
jbogard authored Nov 1, 2024
2 parents 5ee316e + 577c4e6 commit 7cf4938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ This package exposes an [`ActivitySource`](https://docs.microsoft.com/en-us/dotn

All the available [OpenTelemetry semantic tags](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md) are set.

This package supports MongoDB C# Driver versions 2.28.0 to 3.0.
This package supports MongoDB C# Driver versions 3.0.0 and above.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net6.0;netstandard2.1;net472</TargetFrameworks>
<NoWarn>NU5100</NoWarn>
<Authors>Jimmy Bogard</Authors>
<Copyright>Jimmy Bogard</Copyright>
Expand All @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="MongoDB.Driver.Core" Version="[2.28.0,3.0)" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 7cf4938

Please sign in to comment.