File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments