Skip to content

Commit

Permalink
remove non -required package downloads and package reference (dotnet#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Aug 13, 2021
1 parent c16ceca commit af721d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions eng/packaging.targets
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@

<ItemGroup Condition="'$(EnablePackageValidation)' == 'true'">
<PackageReference Include="Microsoft.DotNet.PackageValidation" Version="$(MicrosoftDotNetPackageValidationVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
<!-- TODO: Remove when the SDK is upgraded to RC1. -->
<PackageDownload Include="$([MSBuild]::ValueOrDefault('$(PackageValidationBaselineName)', '$(PackageId)'))"
Version="[$(PackageValidationBaselineVersion)]"
Condition="'$(DisablePackageBaselineValidation)' != 'true' and '$(PackageValidationBaselinePath)' == '' and '$(PackageValidationBaselineVersion)' != ''" />
</ItemGroup>

<!-- TODO: Remove when all required nuget pack features are part of the consumed SDK. -->
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="$(NuGetBuildTasksPackVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit af721d2

Please sign in to comment.