Skip to content

Commit

Permalink
Fix Quartz and MassTransit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 7, 2023
1 parent 7d25f65 commit 9b96839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="MassTransit" VersionOverride="$(LibraryVersion)" />
<!-- Microsoft.Extensions.Hosting 7.0.1 is referencing System.Diagnostics.DiagnosticSource 7.0.1. Minimal supported version is 7.0.2 -->
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<PackageReference Include="Quartz" VersionOverride="$(LibraryVersion)" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" VersionOverride="$(LibraryVersion)" />
<PackageReference Include="Quartz.Extensions.Hosting" VersionOverride="$(LibraryVersion)" />
<!-- Microsoft.Extensions.Hosting 7.0.1 is referencing System.Diagnostics.DiagnosticSource 7.0.1. Minimal supported version is 7.0.2 -->
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
</ItemGroup>

</Project>

0 comments on commit 9b96839

Please sign in to comment.