1
0
mirror of synced 2024-06-29 07:17:39 +00:00
Tapeti/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj
2018-06-11 09:51:15 +02:00

16 lines
342 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
</Project>