DocSpace-client/thirdparty/AppLimit.CloudComputing.SharpBox/AppLimit.CloudComputing.SharpBox.csproj

39 lines
1.6 KiB
XML
Raw Normal View History

2020-03-13 13:40:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
2021-04-16 15:04:55 +00:00
<TargetFrameworks>netstandard2.1;net4.5</TargetFrameworks>
2020-03-13 13:40:58 +00:00
<FileUpgradeFlags />
<UpgradeBackupLocation />
<AssemblyTitle>AppLimit.CloudComputing.SharpBox</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>AppLimit.CloudComputing.SharpBox</Product>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<WarningsAsErrors></WarningsAsErrors>
2020-08-14 10:48:34 +00:00
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2020-08-20 14:50:08 +00:00
<Version>1.1.0.451</Version>
2020-08-20 09:38:57 +00:00
<PackageLicenseExpression></PackageLicenseExpression>
<AssemblyVersion>1.1.0.450</AssemblyVersion>
<FileVersion>1.1.0.450</FileVersion>
2020-03-13 13:40:58 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
2021-04-16 15:04:55 +00:00
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="Microsoft.Extensions.Caching.Memory">
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
2020-03-13 13:40:58 +00:00
</Project>