mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
845 B
24 lines
845 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>SixLabors.ImageSharp.Drawing</AssemblyName>
|
|
<AssemblyTitle>SixLabors.ImageSharp.Drawing</AssemblyTitle>
|
|
<Description>An extension to ImageSharp that allows the drawing of images, paths, and text.</Description>
|
|
<PackageId>SixLabors.ImageSharp.Drawing</PackageId>
|
|
<PackageTags>Image Draw Shape Path Font</PackageTags>
|
|
<RootNamespace>SixLabors.ImageSharp</RootNamespace>
|
|
|
|
<TargetFrameworks>netcoreapp2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SixLabors.Fonts" />
|
|
<PackageReference Include="SixLabors.Shapes" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|