mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 增加 nuget 包强签名发布 v1.2.0-preview2;#201
This commit is contained in:
		@@ -40,6 +40,8 @@ namespace dbcontext_01
 | 
			
		||||
        static IFreeSql fsql;
 | 
			
		||||
        public static void Main(string[] args)
 | 
			
		||||
        {
 | 
			
		||||
            var asse = typeof(SafeObjectPool.ObjectPool<>).Assembly;
 | 
			
		||||
 | 
			
		||||
            fsql = new FreeSql.FreeSqlBuilder()
 | 
			
		||||
                .UseConnectionString(FreeSql.DataType.Sqlite, @"Data Source=|DataDirectory|\dd2.db;Pooling=true;Max Pool Size=10")
 | 
			
		||||
                .UseAutoSyncStructure(true)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user