Merge branch 'marrel' of https://github.com/dotnet/core-private into marrel

This commit is contained in:
Rahul Bhandari 2020-03-20 17:40:51 -07:00
commit 7209f48929
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ Snap is a system which installs applications in an isolated environment and prov
After configuring Snap on your system, run the following command to install the latest .NET Core SDK. After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 2.1/stable classic` `sudo snap install dotnet-sdk --channel 2.1/stable --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with: When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:

View file

@ -45,7 +45,7 @@ Snap is a system which installs applications in an isolated environment and prov
After configuring Snap on your system, run the following command to install the latest .NET Core SDK. After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 2.1/stable classic` `sudo snap install dotnet-sdk --channel 2.1/stable --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with: When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:

View file

@ -104,7 +104,7 @@
"version-display": "3.1.201", "version-display": "3.1.201",
"runtime-version": "3.1.3", "runtime-version": "3.1.3",
"vs-version": "", "vs-version": "",
"vs-support": "Visual Studio 2019 (v16.4)", "vs-support": "Visual Studio 2019 (v16.5)",
"csharp-version": "8.0", "csharp-version": "8.0",
"fsharp-version": "4.7", "fsharp-version": "4.7",
"files": [ "files": [
@ -188,7 +188,7 @@
"version-display": "3.1.201", "version-display": "3.1.201",
"runtime-version": "3.1.3", "runtime-version": "3.1.3",
"vs-version": "", "vs-version": "",
"vs-support": "Visual Studio 2019 (v16.4)", "vs-support": "Visual Studio 2019 (v16.5)",
"csharp-version": "8.0", "csharp-version": "8.0",
"fsharp-version": "4.7", "fsharp-version": "4.7",
"files": [ "files": [