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

29 lines
855 B
XML
Raw Normal View History

2019-07-29 09:15:48 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2020-11-15 15:55:57 +00:00
<TargetFramework>net5.0</TargetFramework>
2019-07-29 09:15:48 +00:00
<ApplicationIcon />
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<NoWarn>1701;1702;NU1701</NoWarn>
</PropertyGroup>
2019-07-29 09:15:48 +00:00
<ItemGroup>
2019-11-12 10:28:30 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2019-07-29 09:15:48 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
<ProjectReference Include="..\..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>