mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			708 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			708 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
						|
 | 
						|
	<PropertyGroup>
 | 
						|
		<TargetFramework>netcoreapp2.1</TargetFramework>
 | 
						|
		<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
		<PackageReference Include="FreeSql.Provider.Sqlite" Version="0.10.2" />
 | 
						|
		<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>
 |