SqlSugar/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/MySqlTest.csproj

13 lines
263 B
XML
Raw Normal View History

2017-08-24 16:07:41 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>