Skip to content

Commit

Permalink
Fix packaging tests (#60)
Browse files Browse the repository at this point in the history
Include NuGet.Packaging in output folder
  • Loading branch information
jeffkl authored Mar 4, 2021
1 parent cb36aa6 commit 315857e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NuGet.Frameworks" />
<PackageReference Include="NuGet.Packaging" ExcludeAssets="Runtime" />
<PackageReference Include="NuGet.Packaging" />
<PackageReference Include="Shouldly" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
Expand Down

0 comments on commit 315857e

Please sign in to comment.