You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #2774, we are resolving assets from "targeting packs", but we are using the existing packages (such as Microsoft.NETCore.App) as the targeting packs. We plan to use different packages with different layouts as the real targeting packs. Along with that, we will need to update the asset resolution logic to account for this.
See dotnet/designs#50 for the current design for the targeting pack layout.
Items that should be resolved from targeting packs:
Assembly references (from data/FrameworkList.xml)
Platform manifests for conflict resolution (from data/PlatformManifest.txt)
Remove code for PackageConflictPreferredPackages (use PackageConflictOverrides instead)
@dsplaisted to check and close if done. Otherwise specify left over work.
dsplaisted
changed the title
Update targeting pack asset resolution to handle assets from "real" targeting packs
Use finalized targeting pack format
May 21, 2019
With #2774, we are resolving assets from "targeting packs", but we are using the existing packages (such as Microsoft.NETCore.App) as the targeting packs. We plan to use different packages with different layouts as the real targeting packs. Along with that, we will need to update the asset resolution logic to account for this.
See dotnet/designs#50 for the current design for the targeting pack layout.
Items that should be resolved from targeting packs:
data/FrameworkList.xml
)data/PlatformManifest.txt
)PackageConflictPreferredPackages
(usePackageConflictOverrides
instead)PackageConflictOverrides
(fromdata/PackageOverrides.txt
)Status of having these items in targeting packs:
FrameworkList.xml
PlatformManifest.txt
PackageOverrides.txt
- https://github.com/dotnet/core-setup/issues/6507FrameworkList.xml
PlatformManifest.txt
PackageOverrides.txt
- https://github.com/dotnet/core-setup/issues/6507FrameworkList.xml
(doesn't apply to .NET Standard)PlatformManifest.txt
PackageOverrides.txt
- https://github.com/dotnet/core-setup/issues/6507FrameworkList.xml
- Add manifest to ASP.NET targeting pack aspnetcore#10215PlatformManifest.txt
PackageOverrides.txt
The text was updated successfully, but these errors were encountered: