File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/test-applications/integrations/TestApplication.MongoDB Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515
1616 <ItemGroup >
1717 <PackageReference Include =" MongoDB.Driver" VersionOverride =" $(LibraryVersion)" />
18- <!-- Workaround! Microsoft.Extensions.Logging.Abstractions v9 .0.0 is minimal version supported by auto instrumentation.
18+ <!-- Workaround! Microsoft.Extensions.Logging.Abstractions v8 .0.0 is minimal version supported by auto instrumentation.
1919 MongoDB.Driver 2.18+ references older version. It prevents to load required version from Additional Dependencies store-->
20- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" VersionOverride =" 9.0.0" />
20+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" VersionOverride =" 8.0.0" />
21+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" Condition =" '$(TargetFramework)' == 'net8.0' " />
2122 </ItemGroup >
2223
2324</Project >
You can’t perform that action at this time.
0 commit comments