File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Tasks/Microsoft.NET.Build.Tasks Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5555 <PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" Runtime" />
5656 <PackageReference Include =" Microsoft.Extensions.DependencyModel" />
5757 <PackageReference Include =" Microsoft.NET.HostModel" />
58- <PackageReference Include =" NuGet.Commands" />
59- <PackageReference Include =" NuGet.Build.Tasks.Pack" />
58+ <PackageReference Include =" NuGet.ProjectModel" />
59+ <PackageReference Include =" NuGet.Commands" Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" />
60+ <PackageReference Include =" NuGet.Build.Tasks.Pack" Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" />
6061 <PackageReference Include =" Microsoft.Deployment.DotNet.Releases" />
6162 <!-- Use an alias for APICompat so that we bring in the binaries, but don't accidentally reference any types -->
6263 <ProjectReference Include =" $(RepoRoot)src\Compatibility\ApiCompat\Microsoft.DotNet.ApiCompat.Task\Microsoft.DotNet.ApiCompat.Task.csproj" Aliases =" unused" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments