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

13 lines
263 B
XML
Raw Normal View History

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