Skip to content

Commit

Permalink
bugfix for dependencies of SkyApm.Diagnostics.MassTransit
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-xiaoshuang authored and luxiaoshuang committed Jan 28, 2024
1 parent 8e8b109 commit 6789cdb
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SkyAPM.Agent.Hosting\SkyAPM.Agent.Hosting.csproj" />
<ProjectReference Include="..\SkyAPM.Diagnostics.AspNetCore\SkyAPM.Diagnostics.AspNetCore.csproj" />
<ProjectReference Include="..\SkyApm.Utilities.DependencyInjection\SkyApm.Utilities.DependencyInjection.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MassTransit.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
<PackageReference Include="SkyAPM.Agent.Hosting" Version="2.0.0" />
<PackageReference Include="SkyAPM.Diagnostics.AspNetCore" Version="2.0.0" />
<PackageReference Include="SkyAPM.Utilities.DependencyInjection" Version="2.0.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.1" />
</ItemGroup>
</Project>

0 comments on commit 6789cdb

Please sign in to comment.