Tapeti/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj

40 lines
1.3 KiB
XML
Raw Normal View History

2018-06-11 07:51:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2017-02-12 20:43:30 +00:00
<PropertyGroup>
2022-11-17 14:22:16 +00:00
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Mark van Renswoude</Authors>
<Company />
<Description>DataAnnotations validation extension for Tapeti</Description>
<PackageTags>rabbitmq tapeti dataannotations</PackageTags>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/MvRens/Tapeti</PackageProjectUrl>
<PackageIcon>Tapeti.DataAnnotations.png</PackageIcon>
<Version>2.0.0</Version>
<Nullable>enable</Nullable>
2017-02-12 20:43:30 +00:00
</PropertyGroup>
2018-06-11 07:51:15 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
2017-02-12 20:43:30 +00:00
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2017-02-12 20:43:30 +00:00
</ItemGroup>
2018-06-11 07:51:15 +00:00
2017-02-12 20:43:30 +00:00
<ItemGroup>
2018-06-11 07:51:15 +00:00
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
2017-02-12 20:43:30 +00:00
</ItemGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
<None Include="..\resources\icons\Tapeti.DataAnnotations.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
2021-09-16 09:41:03 +00:00
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2021-09-16 09:41:03 +00:00
</ItemGroup>
2018-06-11 07:51:15 +00:00
</Project>