Mark van Renswoude
bcdb376256
Added test for publish overflows Removed support for Unity Container Changed third party package references to ranges Fixed XML documentation
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<Authors>Mark van Renswoude</Authors>
|
|
<Company />
|
|
<Description>Autofac integration package for Tapeti</Description>
|
|
<PackageTags>rabbitmq tapeti autofac</PackageTags>
|
|
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
|
|
<PackageProjectUrl>https://github.com/MvRens/Tapeti</PackageProjectUrl>
|
|
<PackageIcon>Tapeti.SimpleInjector.png</PackageIcon>
|
|
<Version>2.0.0</Version>
|
|
<LangVersion>9</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="6.*" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\resources\icons\Tapeti.SimpleInjector.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
</Project>
|