14 lines
361 B
XML
14 lines
361 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ImageProcessor.Core" Version="1.1.0" />
|
|
<PackageReference Include="LamarCodeGeneration" Version="6.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|