mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Update version of dotnet cli in windows-core.md
This commit is contained in:
parent
b7a7d8f048
commit
712cb27d33
@ -20,7 +20,7 @@ it to your PowerShell session's path:
|
||||
|
||||
```powershell
|
||||
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
|
||||
./install.ps1 -version 1.0.0.001888
|
||||
./install.ps1 -version 1.0.0-beta-002198
|
||||
$env:Path += ";$env:LocalAppData\Microsoft\dotnet\cli
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user