Thanks to visit codestin.com Credit goes to github.com
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 665eb5f commit 2c90f41Copy full SHA for 2c90f41
LibGit2Sharp/LibGit2Sharp.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
<Description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</Description>
7
<Company>LibGit2Sharp contributors</Company>
0 commit comments