Skip to content

Can't make a shared-framework targeted package without a reference to NETCore.App #1159

Closed
@agocke

Description

Repro:

  1. Create a netcoreapp1.1 default exe project.
  2. Add <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
  3. Add references (System.Runtime, etc) as necessary to get it to compile.
  4. Publish.

The runtimeconfig.json is now empty instead of the expected netcoreapp1.1. There should be some way to manually specify the target runtime framework without referencing the NETCore.App package.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions