From dd7c4b374d4e9259e621fae2262d936f8d31c61b Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Sat, 31 Oct 2015 01:53:24 +0000 Subject: [PATCH] Fix LibuvCopier DNXCore compile error --- tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/Program.cs b/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/Program.cs index 9ee4d03ad7..b76dd16fe8 100644 --- a/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/Program.cs +++ b/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/Program.cs @@ -66,7 +66,7 @@ namespace Microsoft.AspNet.Server.Kestrel.LibuvCopier #if DNX451 return Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); #else - var runtimeEnv = PlatformServices.Default.Runtime; + var runtimeEnv = Extensions.PlatformAbstractions.PlatformServices.Default.Runtime; if (runtimeEnv.OperatingSystem == "Windows") { return Environment.GetEnvironmentVariable("USERPROFILE") ??