Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

wip: Add a package dependency from Microsoft.AspNetCore.App/All to NETCore.App #1261

Closed
wants to merge 1 commit into from

Conversation

natemcmaster
Copy link
Contributor

Resolves #1256

This adds a package dependency from AspNetCore.App to NETCore.App. This change would need to be added along with dotnet/sdk#2394.

cc @nguerrera @dsplaisted @DamianEdwards

@natemcmaster natemcmaster added the Servicing-consider Shiproom approval is required for the issue label Jul 13, 2018
@@ -15,4 +16,8 @@
<Content Include="lib\$(TargetFramework)\_._" PackagePath="%(Identity)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="[$(RuntimeFrameworkVersion), 2.2.0)" PrivateAsset="None" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Which version would we need to target? The bundled version (latest patch) or the pinned version (major.minor.0)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If we add this at all, it should be latest patch. Otherwise, adding this only creates problems and doesn't solve any.

@natemcmaster natemcmaster changed the title Add a package dependency from Microsoft.AspNetCore.App/All to NETCore.App wip: Add a package dependency from Microsoft.AspNetCore.App/All to NETCore.App Jul 13, 2018
@natemcmaster
Copy link
Contributor Author

Per discussion, this is not approved for 2.1.

@natemcmaster natemcmaster removed the Servicing-consider Shiproom approval is required for the issue label Jul 18, 2018
@natemcmaster natemcmaster deleted the namc/pkg-chains branch July 18, 2018 20:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants