- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <LangVersion>7.2</LangVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="CommandLineParser" Version="2.3.65" />
- <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
- </ItemGroup>
-
- </Project>
|