We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ hello> dotnet new
So happy to hear that .netcore support macOS Hight Sierra, but while I have tried that's still a big disappointment!
Follow as Official site: macOS install guide
brew update brew install openssl mkdir -p /usr/local/lib ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/ ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ brew link --force openssl
Download .NET Core 2.x and Setup.
$ mkdir hello $ cd hello $ dotnet new A fatal error occurred, the required library libhostfxr.dylib could not be found at /usr/local/bin/ ````
The text was updated successfully, but these errors were encountered:
Can you describe how you installed .NET Core?
Sorry, something went wrong.
Issue moved to dotnet/core-setup #3400 via ZenHub
Final solution:
Go to default user directory cd ~, and add below export PATH="$PATH:/usr/local/share/dotnet" line to the end of ~/.zshrc file
cd ~
export PATH="$PATH:/usr/local/share/dotnet"
~/.zshrc
cd ~ vim ~/.zshrc export PATH="$PATH:/usr/local/share/dotnet" # Append this line to end.
Good luck!
No branches or pull requests
libhostfxr.dylib could not be found
$ hello> dotnet new
A fatal error occurred, the required library libhostfxr.dylib could not be found at /usr/local/bin/
Info
So happy to hear that .netcore support macOS Hight Sierra, but while I have tried that's still a big disappointment!
More Installation details
Follow as Official site: macOS install guide
Step1:
Step2:
Download .NET Core 2.x and Setup.
Step3:
The text was updated successfully, but these errors were encountered: