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.
Repro:
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>The
runtimeconfig.jsonis now empty instead of the expectednetcoreapp1.1. There should be some way to manually specify the target runtime framework without referencing the NETCore.App package.