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

Clarify Shared Framework resolution rules when using FDD #2942

Closed
MichaelSimons opened this issue Aug 18, 2017 · 1 comment
Closed

Clarify Shared Framework resolution rules when using FDD #2942

MichaelSimons opened this issue Aug 18, 2017 · 1 comment

Comments

@MichaelSimons
Copy link
Member

This issue refers to the following documentation
End User Link: https://docs.microsoft.com/en-us/dotnet/core/deploying/
Doc Source: https://github.com/dotnet/docs/blob/master/docs/core/deploying/index.md

The Framework-dependent deployments section states that following:

There are also a few disadvantages:

Your app can run only if the version of .NET Core that you target, or a later version, is already installed on the host system.

This doesn't seem like the correct Shared Framework resolutions rules. For example if you take a FDD which targets 1.0.5 and run it in an environment with only the 1.1.2 shared framework you will get the following error:

The specified framework 'Microsoft.NETCore.App', version '1.0.5' was not found.
  - Check application dependencies and target a framework version installed at:
      /usr/share/dotnet/shared/Microsoft.NETCore.App
  - The following versions are installed:
      1.1.2
  - Alternatively, install the framework version '1.0.5'.

I am not knowledgeable in this space to definitively state the correct rules. I stumbled across this gist which is in-line with my understanding of what the rules are.

@mairaw
Copy link
Contributor

mairaw commented Aug 21, 2017

Hi @MichaelSimons. Yes, we're missing this scenario. I believe this is a duplicate of #2880 so I'm closing this one.

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

2 participants