Skip to content

Commit

Permalink
Update AspNetCoreModuleX64Location and X86. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik authored Nov 30, 2017
1 parent 34e3f3d commit 2e14ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget/Microsoft.AspNetCore.AspNetCoreModule.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<AspNetCoreModuleX64Location>$(MSBuildThisFileDirectory)..\runtimes\win7\native\x64\aspnetcore.dll</AspNetCoreModuleX64Location>
<AspNetCoreModuleX86Location>$(MSBuildThisFileDirectory)..\runtimes\win7\native\x86\aspnetcore.dll</AspNetCoreModuleX86Location>
<AspNetCoreModuleX64Location>$(MSBuildThisFileDirectory)..\contentFiles\any\any\x64\aspnetcore.dll</AspNetCoreModuleX64Location>
<AspNetCoreModuleX86Location>$(MSBuildThisFileDirectory)..\contentFiles\any\any\x86\aspnetcore.dll</AspNetCoreModuleX86Location>
</PropertyGroup>

</Project>

0 comments on commit 2e14ec8

Please sign in to comment.