Skip to content

Commit 79bd677

Browse files
committed
LibGit2Sharp.csproj: reduce TargetFrameworks
1 parent bfa5e9c commit 79bd677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)