Skip to content

Stop shipping packages for assemblies which are shared-framework-only #4178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 21, 2018

Conversation

natemcmaster
Copy link
Contributor

Resolves #3756.

The removes the need to ship packages for assemblies which are part of Microsoft.AspNetCore.App. The implementation of this requires first building packages, and then modifying .nuspec's and categorizing packages as "noship".

This can be improved after we finish merging all git submodules. Once that is done, we can replace PackageReference's with ProjectReference's and avoid producing "turd" .nupkg's altogether. Also, once NuGet implements NuGet/Home#7342, we can use FrameworkReference to build our packages.

Co-Authored-By: natemcmaster <natemcmaster@users.noreply.github.com>
Copy link
Contributor

@Eilon Eilon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK fine. Let's do it!

@natemcmaster natemcmaster merged commit 0295f53 into master Nov 21, 2018
@natemcmaster natemcmaster deleted the namc/pseudo-framework-ref branch November 21, 2018 18:33
@natemcmaster natemcmaster added the breaking-change This issue / pr will introduce a breaking change, when resolved / merged. label Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This issue / pr will introduce a breaking change, when resolved / merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants