Can't make a shared-framework targeted package without a reference to NETCore.App #1159
Closed
Description
opened on Apr 28, 2017
Repro:
- Create a netcoreapp1.1 default exe project.
- Add
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
- Add references (System.Runtime, etc) as necessary to get it to compile.
- 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.
Metadata
Assignees
Labels
No labels
Activity