Skip to content

Commit 5d0e1e0

Browse files
committed
Fix MongoDB tests
1 parent 63159a6 commit 5d0e1e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test-applications/integrations/TestApplication.MongoDB/TestApplication.MongoDB.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="MongoDB.Driver" VersionOverride="$(LibraryVersion)" />
17-
<!-- Workaround! Microsoft.Extensions.Logging.Abstractions v.3.1.0 is minimal version supported by auto instrumentation.
17+
<!-- Workaround! Microsoft.Extensions.Logging.Abstractions v.8.0.0 is minimal version supported by auto instrumentation.
1818
MongoDB.Driver 2.18+ references older version. It prevents to load required version from Additional Dependencies store-->
19-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" VersionOverride="3.1.0" Condition="'$(LibraryVersion)' == '' or '$(LibraryVersion)'>='2.18.0'" />
19+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" VersionOverride="8.0.0" Condition="'$(LibraryVersion)' == '' or '$(LibraryVersion)'>='2.18.0'" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)