Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2019-02-07 12:08:27 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2019-02-07 14:16:41 +0300
commit5737431ea9544dde4520349998d1ecf74e14aa12 (patch)
treef191e53e082f2032c015326b263099d96a147011
parentcd5adaf41025cbc60c2d3de39e40753fdfb599f9 (diff)
Support net461 taget
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index 4501221a..07a0048a 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -2,7 +2,8 @@
<Import Project="..\..\..\MonoDevelop.props" Condition="Exists('..\..\..\MonoDevelop.props')" />
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>net471;net461;netcoreapp2.0</TargetFrameworks>
+ <TargetFramework>net471</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
<Company>LibGit2Sharp contributors</Company>