File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2525 <PackageReference Include =" xunit.runner.msbuild" Version =" 2.0.0" />
2626 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
2727 </ItemGroup >
28+ <Import Project =" ..\LibGit2Sharp\ExtraDefine.targets" />
2829</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <!-- Add extra defines to DefineConstants. -->
4+ <PropertyGroup >
5+ <DefineConstants Condition =" '$(ExtraDefine)' != '' " >$(DefineConstants);$(ExtraDefine)</DefineConstants >
6+ </PropertyGroup >
7+ </Project >
Original file line number Diff line number Diff line change 3838 <PackageReference Include =" System.IO.UnmanagedMemoryStream" Version =" 4.0.1" Condition =" '$(TargetFramework)' == 'netstandard1.3' " />
3939 </ItemGroup >
4040 <Import Project =" CodeGenerator.targets" />
41+ <Import Project =" ExtraDefine.targets" />
4142 <Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
4243 <PropertyGroup >
4344 <PackageIconUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/square-logo.png</PackageIconUrl >
You can’t perform that action at this time.
0 commit comments