2017-03-09 15:56:34 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
|
|
|
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
|
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.Services.Common.Infrastructure</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-03-10 13:17:16 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
2017-03-09 15:56:34 +01:00
|
|
|
|
<PackageReference Include="RabbitMQ.Client" Version="4.1.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|