Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Fix #9 update to latest version, reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Jul 3, 2017
1 parent c20e5f4 commit 6eef535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ try {
$IsOSX = $Runtime::IsOSPlatform($OSPlatform::OSX)
$IsWindows = $Runtime::IsOSPlatform($OSPlatform::Windows)
} catch {
# If these are already set, then they're read-only and we're done
# If these are already set read-only, we're done
try {
$IsCoreCLR = $false
$IsLinux = $false
Expand All @@ -32,7 +32,7 @@ try {
}

$dotnetCLIChannel = "preview"
$dotnetCLIRequiredVersion = "2.0.0-preview1-005977"
$dotnetCLIRequiredVersion = "2.0.0-preview2-006497"
# On Windows paths is separated by semicolon
$TestModulePathSeparator = ':'

Expand Down Expand Up @@ -104,7 +104,7 @@ function Install-Kernel {
Installed version: $dotnetCLIIntalledVersion
Expected version: $dotnetCLIRequiredVersion
If your version is older, you PROBABLY cannot run the 'PowerShell (Core)' kernel.
If your version is older than 2.0.0-preview1 you PROBABLY cannot run the 'PowerShell (Core)' kernel.
Get the latest version from https://www.microsoft.com/net/core/preview
`n
Expand Down

0 comments on commit 6eef535

Please sign in to comment.