32 lines
		
	
	
		
			900 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			900 B
		
	
	
	
		
			XML
		
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net6.0</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | |
|     <OutputPath>..\bin</OutputPath>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="AutoMapper" Version="10.1.1" />
 | |
|     <PackageReference Include="CSRedisCore" Version="3.6.6" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
 | |
|     <PackageReference Include="SharpCompress" Version="0.30.1" />
 | |
|     <PackageReference Include="SharpZipLib" Version="1.3.3" />
 | |
|     <PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.14" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| 
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| </Project>
 |