Skip to content

Commit

Permalink
Include NuGet.Packaging in ApiCompat.Task package (#35507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed Sep 19, 2023
1 parent 8bf3658 commit 8114042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ProjectReference Include="..\Microsoft.DotNet.PackageValidation\Microsoft.DotNet.PackageValidation.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.ApiCompatibility\Microsoft.DotNet.ApiCompatibility.csproj" />
<!-- We carry NuGet as part of the package in case the package is used with an older SDKs or with full framework MSBuild. -->
<PackageReference Include="NuGet.Packaging" PrivateAssets="All"/>
<PackageReference Include="NuGet.Packaging" PrivateAssets="All" Publish="true"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8114042

Please sign in to comment.