File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net472;netstandard2.0</TargetFrameworks >
88
99 <ItemGroup >
1010 <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" System.Runtime.Loader" Version =" 4.3.0" PrivateAssets =" All" />
11- <PackageReference Include =" Microsoft.Build" Version =" 16.4.0" NoWarn =" NU1701" />
1211 <PackageReference Include =" Microsoft.Build.Framework" Version =" 16.4.0" />
1312 </ItemGroup >
1413
Original file line number Diff line number Diff line change 66
77 <Import Project =" ..\test.props" />
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 16.4.0" />
109 <PackageReference Include =" LibGit2Sharp" Version =" $(PackageVersion_LibGit2Sharp)" />
1110 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(PackageVersion_MicrosoftExtensions)" />
1211 </ItemGroup >
You can’t perform that action at this time.
0 commit comments