DocSpace-client/common/services/ASC.AuditTrail/ASC.AuditTrail.csproj

26 lines
736 B
XML
Raw Normal View History

2020-10-06 07:06:05 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<OutputType>Library</OutputType>
2020-10-06 11:24:12 +00:00
<StartupObject />
2020-10-06 07:06:05 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
2020-10-06 11:24:12 +00:00
<NoWarn>1701;1702;NU1701;</NoWarn>
2020-10-06 07:06:05 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="15.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\products\ASC.Files\Core\ASC.Files.Core.csproj" />
<ProjectReference Include="..\..\ASC.MessagingSystem\ASC.MessagingSystem.csproj" />
</ItemGroup>
2020-10-06 11:24:12 +00:00
</Project>