mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
将示例项目类型升级为 .net core 3.1
This commit is contained in:
@ -4,6 +4,7 @@ using FreeSql.Extensions;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Data.SqlClient;
|
||||
using System.Diagnostics;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading;
|
||||
@ -35,6 +36,7 @@ namespace base_entity
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
#region 初始化 IFreeSql
|
||||
var fsql = new FreeSql.FreeSqlBuilder()
|
||||
.UseAutoSyncStructure(true)
|
||||
|
Reference in New Issue
Block a user