2018-06-11 07:51:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2017-02-07 17:22:28 +00:00
|
|
|
<PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-02-07 17:22:28 +00:00
|
|
|
</PropertyGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2017-02-07 17:22:28 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.5.0" />
|
2017-02-07 17:22:28 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
2017-07-27 13:55:37 +00:00
|
|
|
<ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
<ProjectReference Include="..\Tapeti.Flow\Tapeti.Flow.csproj" />
|
|
|
|
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
|
2017-07-27 13:55:37 +00:00
|
|
|
</ItemGroup>
|
2018-06-11 07:51:15 +00:00
|
|
|
|
|
|
|
</Project>
|