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

40 lines
1.7 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-05-07 09:11:53 +00:00
<TargetFrameworks>net5.0;net4.8</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>
2021-05-07 09:11:53 +00:00
<AssemblyVersion>1.1.0.451</AssemblyVersion>
<FileVersion>1.1.0.451</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-05-06 11:54:15 +00:00
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
2021-04-16 15:04:55 +00:00
<PackageReference Include="Microsoft.Extensions.Caching.Memory">
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
2021-05-07 09:11:53 +00:00
<ItemGroup Condition="'$(TargetFramework)' == 'net4.8'">
2021-05-05 13:02:09 +00:00
<Reference Include="System.Web" />
2021-06-01 09:30:40 +00:00
<Reference Include="System.Runtime.Serialization" Version="4.1.2.0" />
2021-05-05 13:02:09 +00:00
</ItemGroup>
2020-03-13 13:40:58 +00:00
</Project>