Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 76a4299

Browse files
committed
#326 Fix API set target
1 parent 0ce85e2 commit 76a4299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UnsafeNativeMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal static unsafe class UnsafeNclNativeMethods
1212
#if NETSTANDARD1_3
1313
private const string sspicli_LIB = "sspicli.dll";
1414
private const string api_ms_win_core_processthreads_LIB = "api-ms-win-core-processthreads-l1-1-1.dll";
15-
private const string api_ms_win_core_io_LIB = "api-ms-win-core-io-l1-1-1.dll";
15+
private const string api_ms_win_core_io_LIB = "api-ms-win-core-io-l1-1-0.dll";
1616
private const string api_ms_win_core_handle_LIB = "api-ms-win-core-handle-l1-1-0.dll";
1717
private const string api_ms_win_core_libraryloader_LIB = "api-ms-win-core-libraryloader-l1-1-0.dll";
1818
private const string api_ms_win_core_heap_LIB = "api-ms-win-core-heap-L1-2-0.dll";

0 commit comments

Comments
 (0)