@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
@ -17,7 +17,7 @@ namespace OrmTest
static void Main(string[] args)
{
// Demo.CodeFirst.Init();
Demo.CodeFirst.Init();
Demo.Aop.Init();
Demo.Query.Init();
Demo.Insert.Init();