2019-08-19 14:36:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-17 14:22:16 +00:00
|
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
2019-08-19 14:36:26 +00:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2021-05-29 10:40:12 +00:00
|
|
|
<Authors>Mark van Renswoude</Authors>
|
|
|
|
<Company />
|
|
|
|
<Description>Unity container integration package for Tapeti</Description>
|
|
|
|
<PackageTags>rabbitmq tapeti unity</PackageTags>
|
|
|
|
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
|
|
|
|
<PackageProjectUrl>https://github.com/MvRens/Tapeti</PackageProjectUrl>
|
|
|
|
<PackageIcon>Tapeti.SimpleInjector.png</PackageIcon>
|
2019-10-01 08:18:02 +00:00
|
|
|
<Version>2.0.0</Version>
|
2022-11-17 14:22:16 +00:00
|
|
|
<LangVersion>9</LangVersion>
|
2019-08-19 14:36:26 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-29 19:51:58 +00:00
|
|
|
<PackageReference Include="Unity" Version="5.11.10" />
|
2019-08-19 14:36:26 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-05-29 10:40:12 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\resources\icons\Tapeti.SimpleInjector.png">
|
|
|
|
<Pack>True</Pack>
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-09-16 09:41:03 +00:00
|
|
|
<ItemGroup>
|
2022-11-21 15:59:09 +00:00
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
2021-09-16 09:41:03 +00:00
|
|
|
</ItemGroup>
|
2019-08-19 14:36:26 +00:00
|
|
|
</Project>
|