Files
FileServices/Qiniu/QiniuFileService.csproj

23 lines
513 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>QiniuFileService</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Http\**" />
<EmbeddedResource Remove="Http\**" />
<None Remove="Http\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Qiniu.SDK" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FileService\FileServices.csproj" />
</ItemGroup>
</Project>