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.
35 lines
1.8 KiB
35 lines
1.8 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>Win_in.Sfs.Shared.Application</RootNamespace>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<DocumentationFile></DocumentationFile>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ClosedXML" Version="0.100.3" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.25" />
|
|
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
|
|
<PackageReference Include="ValueInjecter" Version="3.2.0" />
|
|
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.BlobStoring" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Caching" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" Version="5.3.5" />
|
|
<ProjectReference Include="..\..\..\BaseData\src\Win_in.Sfs.Basedata.Application.Contracts\Win_in.Sfs.Basedata.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\FileStorage\src\Win_in.Sfs.FileStorage.Application.Contracts\Win_in.Sfs.FileStorage.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Shared.Application.Contracts\Win_in.Sfs.Shared.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Shared.Domain\Win_in.Sfs.Shared.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|