aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.ProductSku/RhSolutions.ProductSku.csproj
blob: ecf5130488456bd587dc9a09671672ce0600b173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>net472;net6.0;net7.0;net8.0</TargetFrameworks>
    <LangVersion>10.0</LangVersion>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>    
    <Version>1.0.3</Version>    
    <Authors>Serghei Cebotari</Authors>
    <Product>RhSolutions Sku</Product>
    <Description>Библиотека с классами моделей артикулов для плагинов и приложений RhSolutions</Description>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
    <PackageReference Include="System.Net.Http" Version="4.3.4" />
  </ItemGroup>

</Project>