mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	v0.0.14 and examples
This commit is contained in:
		
							
								
								
									
										19
									
								
								Examples/restful/restful.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Examples/restful/restful.csproj
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
			
		||||
 | 
			
		||||
	<PropertyGroup>
 | 
			
		||||
		<TargetFramework>netcoreapp2.1</TargetFramework>
 | 
			
		||||
		<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
 | 
			
		||||
	</PropertyGroup>
 | 
			
		||||
 | 
			
		||||
	<ItemGroup>
 | 
			
		||||
		<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\FreeSql.csproj" />
 | 
			
		||||
	</ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
		Reference in New Issue
	
	Block a user