#326 Fix API set target
This commit is contained in:
parent
0ce85e2ea2
commit
76a4299b52
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue