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.
16 lines
681 B
16 lines
681 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
<DebugType>portable</DebugType>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AssemblyName>build</AssemblyName>
|
|
<OutputType>Exe</OutputType>
|
|
<PackageId>build</PackageId>
|
|
<CodeAnalysisRuleSet>..\ImageSharp.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.DotNet.ProjectModel" Version="1.0.0-rc3-1-003177" />
|
|
<PackageReference Include="Microsoft.Build" Version="15.1.548" />
|
|
<PackageReference Include="LibGit2Sharp.Portable" Version="0.24.10" />
|
|
</ItemGroup>
|
|
</Project>
|