Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
rabbitmq updated
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Sep 28, 2017
1 parent ad9d522 commit 750494b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Stove.RabbitMQ/Stove.RabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MassTransit" Version="4.0.0.1294-develop" />
<PackageReference Include="MassTransit.Autofac" Version="4.0.0.1294-develop" />
<PackageReference Include="MassTransit.RabbitMQ" Version="4.0.0.1294-develop" />
<PackageReference Include="MassTransit" Version="4.0.0.1300-develop" />
<PackageReference Include="MassTransit.Autofac" Version="4.0.0.1300-develop" />
<PackageReference Include="MassTransit.RabbitMQ" Version="4.0.0.1299-develop" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Stove.Demo.WebApi.Core/Stove.Demo.WebApi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.0" />
<PackageReference Include="Autofac.Extras.IocManager" Version="3.1.3" />
<PackageReference Include="Hangfire.SqlServer" Version="1.6.17" />
<PackageReference Include="MassTransit.Extensions.DependencyInjection" Version="4.0.0.1294-develop" />
<PackageReference Include="MassTransit.Extensions.DependencyInjection" Version="4.0.0.1299-develop" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
Expand Down

0 comments on commit 750494b

Please sign in to comment.