You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
645 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp5</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Magicodes.IE.Excel" Version="2.4.0-beta2" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Modules\FileStorage\FileStorage.Application.Contracts\FileStorage.Application.Contracts.csproj" />
<ProjectReference Include="..\..\Win.Sfs.Shared\Win.Sfs.Shared.csproj" />
</ItemGroup>
</Project>