Update the CLI to netcoreapp2.0.
This commit is contained in:
parent
e0d2bba7db
commit
d4153815d5
51 changed files with 178 additions and 491 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue