1
0
mirror of synced 2024-07-03 09:00:36 +00:00
Tapeti/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj

17 lines
399 B
XML
Raw Normal View History

2018-06-11 07:51:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-06-11 07:51:15 +00:00
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
2018-06-11 07:51:15 +00:00
<PackageReference Include="System.Data.SqlClient" Version="4.5.0" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
<ItemGroup>
2018-06-11 07:51:15 +00:00
<ProjectReference Include="..\Tapeti.Flow\Tapeti.Flow.csproj" />
<ProjectReference Include="..\Tapeti\Tapeti.csproj" />
</ItemGroup>
2018-06-11 07:51:15 +00:00
</Project>