Update Pg Demo

This commit is contained in:
sunkaixuan 2018-12-02 23:19:36 +08:00
parent e346719cea
commit 42f0c45ce0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>

View File

@ -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();