Update the CLI to netcoreapp2.0.

This commit is contained in:
Eric Erhardt 2017-01-25 21:19:44 -06:00
parent e0d2bba7db
commit d4153815d5
51 changed files with 178 additions and 491 deletions

View file

@ -104,7 +104,7 @@ namespace Microsoft.DotNet.Tests
private static string GetOptimizationRootPath(string version)
{
var rid = RuntimeEnvironment.GetRuntimeIdentifier();
var rid = PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier();
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
? $@"Microsoft\dotnet\optimizationdata\{version}\{rid}"