Skip to content

Commit 9a974f8

Browse files
authored
change targetframework to 472
1 parent dcd32b9 commit 9a974f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<Import Project="..\..\..\MonoDevelop.props" Condition="Exists('..\..\..\MonoDevelop.props')" />
44
<PropertyGroup>
5-
<TargetFrameworks>net471;net461;netcoreapp2.0</TargetFrameworks>
6-
<TargetFramework>net471</TargetFramework>
5+
<TargetFrameworks>net472;netcoreapp2.0</TargetFrameworks>
6+
<TargetFramework>net472</TargetFramework>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
99
<Company>LibGit2Sharp contributors</Company>

0 commit comments

Comments
 (0)