mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 优化 错误信息提示;
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
		<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" />
 | 
			
		||||
		<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
 | 
			
		||||
		<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.0" />
 | 
			
		||||
		<PackageReference Include="sqlSugarCore" Version="5.0.1.2" />
 | 
			
		||||
		<PackageReference Include="sqlSugarCore" Version="5.0.8" />
 | 
			
		||||
	</ItemGroup>
 | 
			
		||||
 | 
			
		||||
	<ItemGroup>
 | 
			
		||||
@@ -20,10 +20,4 @@
 | 
			
		||||
		<ProjectReference Include="..\..\Providers\FreeSql.Provider.SqlServer\FreeSql.Provider.SqlServer.csproj" />
 | 
			
		||||
	</ItemGroup>
 | 
			
		||||
 | 
			
		||||
	<ItemGroup>
 | 
			
		||||
		<Reference Include="Microsoft.EntityFrameworkCore">
 | 
			
		||||
			<HintPath>..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
 | 
			
		||||
		</Reference>
 | 
			
		||||
	</ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user