2017-03-16 13:30:01 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2017-03-09 15:56:34 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
|
|
|
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
|
2017-03-16 13:30:01 +01:00
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ</RootNamespace>
|
2017-03-09 15:56:34 +01:00
|
|
|
|
</PropertyGroup>
|
2017-03-16 13:30:01 +01:00
|
|
|
|
|
2017-03-09 15:56:34 +01:00
|
|
|
|
<ItemGroup>
|
2017-04-20 10:53:17 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
|
2017-03-10 13:17:16 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
2017-04-20 10:53:17 +02:00
|
|
|
|
<PackageReference Include="Polly" Version="5.0.6" />
|
2017-03-09 15:56:34 +01:00
|
|
|
|
<PackageReference Include="RabbitMQ.Client" Version="4.1.1" />
|
2017-03-22 14:23:25 +01:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
|
2017-03-09 15:56:34 +01:00
|
|
|
|
</ItemGroup>
|
2017-03-16 13:30:01 +01:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\EventBus\EventBus.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-03-09 15:56:34 +01:00
|
|
|
|
</Project>
|