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.
15 lines
589 B
15 lines
589 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp1.0</TargetFrameworks>
|
|
<DebugType>portable</DebugType>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AssemblyName>build</AssemblyName>
|
|
<OutputType>Exe</OutputType>
|
|
<PackageId>build</PackageId>
|
|
<CodeAnalysisRuleSet>..\ImageSharp.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Build" Version="15.1.548" />
|
|
<PackageReference Include="LibGit2Sharp.Portable" Version="0.24.10" />
|
|
</ItemGroup>
|
|
</Project>
|