-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Create targeting pack for ASP.NET Core #6501
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
feature-installers
Includes: Installers
Milestone
Comments
natemcmaster
added
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
feature-installers
Includes: Installers
labels
Jan 9, 2019
Eilon
removed
the
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
label
Jan 9, 2019
Until we have verified the details of the new design, we are planning to implement this side-by-side with our existing packages. Here is our current plan:
Details TBD:
|
natemcmaster
added a commit
that referenced
this issue
Feb 20, 2019
Part of #6501 This adds a new Windows installer for the targeting pack. It places *.dll and *.xml (docs) in `[DOTNETHOME]\packs\Microsoft.AspNetCore.App.Ref\$(version)\ref\netcoreapp3.0`. Outputs: * aspnetcore-targeting-pack-$(version).zip * aspnetcore-targeting-pack-$(version)-win-x64.exe (defaults to C:\Program Files\dotnet) * aspnetcore-targeting-pack-$(version)-win-x86.exe (defaults to C:\Program Files (x86)\dotnet) These all include the same files. These are meant to be bundled in the .NET Core SDK installer, but can be launched directly too.
This was referenced Feb 21, 2019
ghost
locked as resolved and limited conversation to collaborators
Dec 3, 2019
JunTaoLuo
added
the
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
label
Jan 28, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
feature-installers
Includes: Installers
For .NET Core 3.0, we expect to separate targeting packs, which contain the assets needed at build time when targeting .NET Core 3.0 (for example, reference assemblies and intellisense documentation) from "runtime packs", which will include the platform-specific runtime components for .NET Core 3. See dotnet/cli#10006, and dotnet/designs#50
We will have targeting pack for each shared framework (.NET Core, ASP.NET Core, and WindowsDesktop), as well as for .NET Standard. This issue tracks the work required for the ASP.NET Core shared framework.
The work required includes:
Microsoft.NETCore.App.Ref
<DOTNET_ROOT>/packs/<PackageId>/version
. These installers will be bundled or depended on by the corresponding .NET Core SDK installers.Some of the details (such as package layout, names, etc) are still under design and may change slightly.
The text was updated successfully, but these errors were encountered: