diff options
Diffstat (limited to 'RhSolutions.ProductSku/RhSolutions.ProductSku.csproj')
-rw-r--r-- | RhSolutions.ProductSku/RhSolutions.ProductSku.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/RhSolutions.ProductSku/RhSolutions.ProductSku.csproj b/RhSolutions.ProductSku/RhSolutions.ProductSku.csproj new file mode 100644 index 0000000..ecf5130 --- /dev/null +++ b/RhSolutions.ProductSku/RhSolutions.ProductSku.csproj @@ -0,0 +1,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> |