1
0
mirror of synced 2024-09-28 19:56:09 +00:00
Tapeti/Tapeti/Tapeti.csproj

24 lines
730 B
XML
Raw Normal View History

2018-06-11 07:51:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-06-11 07:51:15 +00:00
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0</Version>
</PropertyGroup>
2018-06-11 07:51:15 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
2018-06-11 07:51:15 +00:00
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
2018-06-11 07:51:15 +00:00
<ProjectReference Include="..\Tapeti.Annotations\Tapeti.Annotations.csproj" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
</Project>