1
0
mirror of synced 2024-07-01 16:27:40 +00:00
Tapeti/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj

16 lines
342 B
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>
2018-06-11 07:51:15 +00:00
<TargetFramework>netstandard2.0</TargetFramework>
2017-02-12 20:43:30 +00:00
</PropertyGroup>
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
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.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
</Project>