mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 合并 FreeSql.DbContext 项目至 FreeSql 维护;
This commit is contained in:
		
							
								
								
									
										21
									
								
								Examples/dbcontext_01/dbcontext_01.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								Examples/dbcontext_01/dbcontext_01.csproj
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <TargetFramework>netcoreapp2.1</TargetFramework>
 | 
			
		||||
    <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
	  <PackageReference Include="FreeSql.Extensions.LazyLoading" Version="0.6.5" />
 | 
			
		||||
	  <PackageReference Include="FreeSql.Provider.Sqlite" Version="0.6.8" />
 | 
			
		||||
	  <PackageReference Include="Microsoft.AspNetCore.App" />
 | 
			
		||||
	  <PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
 | 
			
		||||
	  <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="4.0.1" />
 | 
			
		||||
	  <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\..\FreeSql.DbContext\FreeSql.DbContext.csproj" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
		Reference in New Issue
	
	Block a user