From 618d3dabee0830a3fa073cc524be3b867b3ca348 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 8 Nov 2017 16:02:52 -0800 Subject: [PATCH] Modifies ANCM DLL location based on folder rather than name. (#240) --- nuget/AspNetCore.nuspec | 4 ++-- nuget/Microsoft.AspNetCore.AspNetCoreModule.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nuget/AspNetCore.nuspec b/nuget/AspNetCore.nuspec index 77232892b1..9ae12a82a0 100644 --- a/nuget/AspNetCore.nuspec +++ b/nuget/AspNetCore.nuspec @@ -15,8 +15,8 @@ Microsoft.AspNetCore.AspNetCoreModule - - + + diff --git a/nuget/Microsoft.AspNetCore.AspNetCoreModule.props b/nuget/Microsoft.AspNetCore.AspNetCoreModule.props index 6e7a680584..5e0df1fdab 100644 --- a/nuget/Microsoft.AspNetCore.AspNetCoreModule.props +++ b/nuget/Microsoft.AspNetCore.AspNetCoreModule.props @@ -1,8 +1,8 @@ - $(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x64.dll - $(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x86.dll + $(MSBuildThisFileDirectory)..\runtimes\win7\native\x64\aspnetcore.dll + $(MSBuildThisFileDirectory)..\runtimes\win7\native\x86\aspnetcore.dll