From 76a4299b52579af86e3b64570b752fe9eeff72c4 Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 19 Apr 2017 16:09:57 -0700 Subject: [PATCH] #326 Fix API set target --- .../NativeInterop/UnsafeNativeMethods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UnsafeNativeMethods.cs b/src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UnsafeNativeMethods.cs index c20f95f..800bab4 100644 --- a/src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UnsafeNativeMethods.cs +++ b/src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UnsafeNativeMethods.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys #if NETSTANDARD1_3 private const string sspicli_LIB = "sspicli.dll"; private const string api_ms_win_core_processthreads_LIB = "api-ms-win-core-processthreads-l1-1-1.dll"; - private const string api_ms_win_core_io_LIB = "api-ms-win-core-io-l1-1-1.dll"; + private const string api_ms_win_core_io_LIB = "api-ms-win-core-io-l1-1-0.dll"; private const string api_ms_win_core_handle_LIB = "api-ms-win-core-handle-l1-1-0.dll"; private const string api_ms_win_core_libraryloader_LIB = "api-ms-win-core-libraryloader-l1-1-0.dll"; private const string api_ms_win_core_heap_LIB = "api-ms-win-core-heap-L1-2-0.dll";