rc2 is still the active toolset after installing dotnet-dev-osx-x64.1.0.0-preview2-003121.pkg
See original GitHub issueSteps to reproduce
I have installed dotnet-dev-osx-x64.1.0.0-preview2-003121.pkg
on my machine but when I run dotnet --version
I end up with 1.0.0-rc2-002659
.
I have rebooted, reinstalled dotnet and so on.
Expected behavior
Actual behavior
Environment data
dotnet --info
output:
.NET Command Line Tools (1.0.0-rc2-002659)
Product Information:
Version: 1.0.0-rc2-002659
Commit Sha: 11a001706f
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
Issue Analytics
- State:
- Created 7 years ago
- Comments:10
Top Results From Across the Web
xcode-select active developer directory error
I opened Xcode. Preferences; Locations; Selected the Command Lin Tools: Xcode 6.1.1. Now when installing packages with npm I no longer get ...
Read more >error: tool 'xcodebuild' requires Xcode, but active developer ...
But one thing weired, I have no Xcode. app directory under /Applications. (just command line tools installed. ) BTW, my system version is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There was a script available to remove old tooling when RC2 was released. For macOS, the shell script is here. General info is here. Hopefully that helps.
@blackdwarf - Thanks for info, I managed to resolve by manually removing any DOTNET related directories found in the PATH, plus and existing legacy PATH settings for DOTNET. There were no options in ADD/Remove programs, so I had no other option. I then installed the latest and it now works as expected.