Visual Studio for Mac offline download installation.
Environment: OS X EI Caption 10.11.2
. NET Core SDK 1.1 requires pre-installation
. NET Core 1.1 SDK MacOS Edition: https://go.microsoft.com/fwlink/?LinkID=835011
Installing the SDK requires the installation of OpenSSL first.
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/
Offline:
Mono Framework 4.8 Offline Package
Https://dl.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-4.8.0.344.macos10.xamarin.universal.pkg
Visual Studio for MAC preview offline package
Https://dl.xamarin.com/VsMac/VisualStudioForMac-Preview1-7.0.0.347.dmg
Download speed may be slow, the agent can be used conditionally.
Installation
First install the Mono Framework 4.8.
Then install visual Studio for Mac Preview.
Once this is installed, we can develop. NET core and ASP.
If installed using the official online installation package, the Android SDK is also required. Similarly, offline installation will not be able to develop applications such as Android.
New app
Select. NET Core
Create a new console output project Netcoredemo
Note here that the default project is to refer to the. NET Core.app 1.0.1 version, which requires a right-click Upgrade.
Then build, and if it's the first build, it's a bit slow because you need to restore the relevant references and download. NET Core Debugger.
The next breakpoint can be broken successfully.
If you think this article is helpful to you, please click " recommend ", thank you.
Visual Studio for MAC preview offline download installation