From 49cf5236512e5bc7628fd5d0897f618fbb570530 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 2 Nov 2017 12:04:09 -0700 Subject: [PATCH] Add location information to ANCM package (#230) --- nuget/AspNetCore.nuspec | 1 + nuget/Microsoft.AspNetCore.AspNetCoreModule.props | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 nuget/Microsoft.AspNetCore.AspNetCoreModule.props diff --git a/nuget/AspNetCore.nuspec b/nuget/AspNetCore.nuspec index 3392bdd549..77232892b1 100644 --- a/nuget/AspNetCore.nuspec +++ b/nuget/AspNetCore.nuspec @@ -20,5 +20,6 @@ + \ No newline at end of file diff --git a/nuget/Microsoft.AspNetCore.AspNetCoreModule.props b/nuget/Microsoft.AspNetCore.AspNetCoreModule.props new file mode 100644 index 0000000000..6e7a680584 --- /dev/null +++ b/nuget/Microsoft.AspNetCore.AspNetCoreModule.props @@ -0,0 +1,8 @@ + + + + $(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x64.dll + $(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x86.dll + + +