mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update Pg Demo
This commit is contained in:
parent
e346719cea
commit
42f0c45ce0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -17,7 +17,7 @@ namespace OrmTest
|
|||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
// Demo.CodeFirst.Init();
|
Demo.CodeFirst.Init();
|
||||||
Demo.Aop.Init();
|
Demo.Aop.Init();
|
||||||
Demo.Query.Init();
|
Demo.Query.Init();
|
||||||
Demo.Insert.Init();
|
Demo.Insert.Init();
|
||||||
|
Loading…
Reference in New Issue
Block a user