Files
marechai/Cicm.Database/Cicm.Database.csproj

8 lines
229 B
XML
Raw Normal View History

2018-04-12 06:43:45 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="6.10.6" />
</ItemGroup>
</Project>