DocSpace-client/common/ASC.MessagingSystem/ASC.MessagingSystem.csproj

26 lines
690 B
XML
Raw Normal View History

2019-06-14 11:56:32 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-10 10:10:18 +00:00
<TargetFramework>net7.0</TargetFramework>
2019-06-14 11:56:32 +00:00
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
2022-03-05 08:20:05 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2019-06-14 11:56:32 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<NoWarn>1701;1702;NU1701</NoWarn>
</PropertyGroup>
2019-06-14 11:56:32 +00:00
<ItemGroup>
2022-02-02 16:54:23 +00:00
<PackageReference Include="UAParser" Version="3.1.47" />
2019-06-14 11:56:32 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
</Project>