Skip to content

Commit

Permalink
Fix Azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Nov 21, 2023
1 parent 3d36fed commit 6a43c05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" VersionOverride="$(LibraryVersion)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Condition=" '$(TargetFramework)' == 'net6.0' " />
<PackageReference Include="System.Diagnostics.DiagnosticSource" VersionOverride="8.0.0" Condition=" '$(TargetFramework)' == 'net462' and '$(LibraryVersion)' != '' and '$(LibraryVersion)'&lt;'12.18.0' " />
</ItemGroup>
</Project>

0 comments on commit 6a43c05

Please sign in to comment.