DocSpace-buildtools/common/ASC.Common/ASC.Common.csproj

68 lines
3.4 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<FileUpgradeFlags />
<UpgradeBackupLocation />
<AssemblyTitle>ASC.Common</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>ASC.Common</Product>
2021-04-09 08:12:10 +00:00
<AssemblyVersion>0.1.3</AssemblyVersion>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<WarningsAsErrors></WarningsAsErrors>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Utils\TimeZoneConverter\windowsZones.xml" />
<EmbeddedResource Include="Utils\TimeZoneConverter\timeZoneNames.xml" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Notify\AWSEmail.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ARSoft.Tools.NetStandard.DXSdata" Version="1.0.0" />
2020-11-02 16:27:08 +00:00
<PackageReference Include="Autofac.Configuration" Version="6.0.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
2020-06-01 11:36:23 +00:00
<PackageReference Include="Confluent.Kafka" Version="1.4.3" />
2020-10-15 18:30:16 +00:00
<PackageReference Include="Google.Protobuf" Version="3.13.0" />
2020-10-16 07:27:44 +00:00
<PackageReference Include="Grpc.Tools" Version="2.32.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2020-04-16 13:07:30 +00:00
<PackageReference Include="JWT" Version="6.1.4" />
2020-10-16 13:21:59 +00:00
<PackageReference Include="log4net" Version="2.0.11" />
2021-04-06 17:16:24 +00:00
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="5.0.5" />
2020-10-21 11:52:44 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
2021-01-22 13:42:26 +00:00
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" />
2020-11-17 09:59:15 +00:00
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
2021-02-25 09:02:28 +00:00
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.2" />
2021-06-15 13:44:53 +00:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<!-- <PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.9.4">
2019-09-09 12:56:33 +00:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> -->
<!-- <PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.9.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> -->
2020-10-16 07:27:44 +00:00
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NVelocity" Version="1.2.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\AscCacheItem.proto" />
<Protobuf Include="protos\NotifyItem.proto" />
<Protobuf Include="protos\DistributedTaskCache.proto" />
<Protobuf Include="protos\DistributedTaskCancelation.proto" />
</ItemGroup>
2019-08-08 09:26:58 +00:00
<ItemGroup>
<Folder Include="Notify\" />
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>