Skip to content

Commit 79512f1

Browse files
committed
Support net461 taget
1 parent 6e6f417 commit 79512f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

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

33
<Import Project="..\..\..\MonoDevelop.props" Condition="Exists('..\..\..\MonoDevelop.props')" />
44
<PropertyGroup>
5-
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5+
<TargetFrameworks>net471;net461;netcoreapp2.0</TargetFrameworks>
6+
<TargetFramework>net471</TargetFramework>
67
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
89
<Company>LibGit2Sharp contributors</Company>
@@ -31,8 +32,11 @@
3132

3233
<ItemGroup>
3334
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.267]" PrivateAssets="none" />
35+
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
36+
</ItemGroup>
37+
38+
<ItemGroup Condition="!Exists('..\..\..\MonoDevelop.props')">
3439
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="all" />
35-
<PackageReference Include="Nerdbank.GitVersioning" Version="2.2.13" PrivateAssets="all" />
3640
</ItemGroup>
3741

3842
<Import Project="..\Targets\CodeGenerator.targets" />

0 commit comments

Comments
 (0)