We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd32b9 commit 9a974f8Copy full SHA for 9a974f8
LibGit2Sharp/LibGit2Sharp.csproj
@@ -2,8 +2,8 @@
2
3
<Import Project="..\..\..\MonoDevelop.props" Condition="Exists('..\..\..\MonoDevelop.props')" />
4
<PropertyGroup>
5
- <TargetFrameworks>net471;net461;netcoreapp2.0</TargetFrameworks>
6
- <TargetFramework>net471</TargetFramework>
+ <TargetFrameworks>net472;netcoreapp2.0</TargetFrameworks>
+ <TargetFramework>net472</TargetFramework>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
9
<Company>LibGit2Sharp contributors</Company>
0 commit comments