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

AppHost: Support for .NET Core targeting apps #115

Open
AArnott opened this issue Feb 17, 2019 · 0 comments
Open

AppHost: Support for .NET Core targeting apps #115

AArnott opened this issue Feb 17, 2019 · 0 comments
Assignees

Comments

@AArnott
Copy link
Member

AArnott commented Feb 17, 2019

When AppHost is installed in a .NET Core targeting application, it fails to scan the $(TargetPath) assembly because it can't load the System.Runtime ref assembly (at least when the MSBuild task runs on .NET Framework).

I suspect the fix for this is to teach the MSBuild Task where to find the .NET Framework runtime version of System.Runtime and load that.

Also: add the right package dependencies to the AppHost package for the other frameworks.

@AArnott AArnott self-assigned this Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant