Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
agocke opened this issue Apr 28, 2017 · 3 comments
Milestone

Comments

@agocke
Copy link
Member

agocke commented Apr 28, 2017

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.

@livarcocc
Copy link
Contributor

What are the reasons for this? What is the scenario you are trying to enable by doing something like this?

@livarcocc livarcocc added this to the Unknown milestone Jan 24, 2018
@tmat
Copy link
Member

tmat commented Aug 20, 2018

@agocke Can we close this?

@agocke
Copy link
Member Author

agocke commented Aug 21, 2018

Yeah, I think this either works now, or is no longer relevant.

mmitche pushed a commit to mmitche/sdk that referenced this issue Jun 5, 2020
…205.6 (dotnet#1159)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants