mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 恢复 DynamicEntity 以来;
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
// by: Daily
 | 
					// by: Daily
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if net40
 | 
					#if net40 || NETSTANDARD2_0
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using FreeSql;
 | 
					using FreeSql;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -73,10 +73,6 @@
 | 
				
			|||||||
		<NoWarn>1701;1702;1591</NoWarn>
 | 
							<NoWarn>1701;1702;1591</NoWarn>
 | 
				
			||||||
	</PropertyGroup>
 | 
						</PropertyGroup>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<ItemGroup Condition="'$(TargetFramework)' != 'net40'">
 | 
					 | 
				
			||||||
		<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
 | 
					 | 
				
			||||||
	</ItemGroup>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
 | 
						<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
 | 
				
			||||||
		<DefineConstants>net40</DefineConstants>
 | 
							<DefineConstants>net40</DefineConstants>
 | 
				
			||||||
	</PropertyGroup>
 | 
						</PropertyGroup>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user