Skip to content

Commit

Permalink
Remove Microsoft.NETCore.App from .Design nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 24, 2017
1 parent 5ff6bc6 commit 329b1f5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<None Include="$(AnyCpuProjectDirectory)\bin\$(Configuration)\net461\$(AssemblyName).xml" Pack="true" PackagePath="lib\net461\$(AssemblyName).xml" />
</ItemGroup>

<ItemGroup>
<!-- Set to PrivateAssets=All so the package does not appear in the generated nuspec. This prevents issues such as https://github.com/aspnet/Scaffolding/issues/645. -->
<PackageReference Update="Microsoft.NETCore.App" PrivateAssets="All" />
</ItemGroup>

<!--<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 329b1f5

Please sign in to comment.