2020-02-12 10:34:51 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
<Version>2.0.0</Version>
|
|
|
|
<Authors>Mark van Renswoude</Authors>
|
2021-05-29 10:40:12 +00:00
|
|
|
<Company />
|
|
|
|
<Description></Description>
|
|
|
|
<PackageTags>rabbitmq tapeti</PackageTags>
|
|
|
|
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
|
|
|
|
<PackageProjectUrl>https://github.com/MvRens/Tapeti</PackageProjectUrl>
|
|
|
|
<Version>2.0.0</Version>
|
2020-02-12 10:34:51 +00:00
|
|
|
<Product>Tapeti Command-line Utility</Product>
|
2021-09-04 09:33:59 +00:00
|
|
|
<LangVersion>latest</LangVersion>
|
2020-02-12 10:34:51 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-29 19:51:58 +00:00
|
|
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
|
2020-02-12 10:34:51 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|