File tree Expand file tree Collapse file tree
test/test-applications/integrations/TestApplication.MongoDB Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments