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

32 lines
1.4 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>
<TargetFramework>netstandard2.1</TargetFramework>
<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>
2020-06-25 11:38:34 +00:00
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.5" />
2020-03-13 13:40:58 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>