Skip to content
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

Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs #7832

Merged
merged 2 commits into from
Feb 28, 2019

Commits on Feb 26, 2019

  1. Deprecate the Microsoft.AspNetCore.App metapackage in favor of target…

    …ing and runtime packs
    
    * Stop producing Microsoft.AspNetCore.App, and runtime.$(rid).Microsoft.AspNetCore.App
    * Generate the shared framework without using 'NuGet' restore
    * Stop producing intermediate packages for shared-framework only assemblies
    * Put the platform manifest into the targeting pack (data/Microsoft.AspNetCore.App.PlatformManifest.txt)
    * Create well-known, shared intermediate directories that installers can use to bundle content
    Nate McMaster committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    cce50bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e16843 View commit details
    Browse the repository at this point in the history