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

Muxer will invoke an SDK versioned "-1.-1.-1" #2651

Closed
natemcmaster opened this issue Mar 16, 2017 · 1 comment
Closed

Muxer will invoke an SDK versioned "-1.-1.-1" #2651

natemcmaster opened this issue Mar 16, 2017 · 1 comment
Assignees
Milestone

Comments

@natemcmaster
Copy link
Contributor

Steps to reproduce

mkdir -p sdk/-1.-1.-1/
touch sdk/-1.-1.-1/dotnet.dll
dotnet --version

Expected behavior

It should ignore the "-1.-1.-1" file. This is a placeholder version

Actual behavior

It attempts to use sdk/-1.-1.-1/dotnet.dll.

Environment data

Using dotnet 2.0.0-beta-001747-00

@gkhanna79
Copy link
Member

@livarcocc @johnbeisner Is this being fixed for 2.0?

@msftgits msftgits transferred this issue from dotnet/core-setup Jan 30, 2020
@msftgits msftgits added this to the Future milestone Jan 30, 2020
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants