Skip to content

Commit 00e9a7f

Browse files
committed
explicit full path for MVC5 deps
1 parent c7efc96 commit 00e9a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
<include name="System.Web.Routing.dll"/>
6262
<include name="System.Web.Services.dll" />
6363

64-
<include name="System.Web.Mvc.dll" />
65-
<include name="System.Web.Http.dll" />
66-
<include name="System.Web.Http.WebHost.dll" />
64+
<include name="${spring.basedir}/packages/Microsoft.AspNet.Mvc.5.0.0/lib/net45/System.Web.Mvc.dll" />
65+
<include name="${spring.basedir}/packages/Microsoft.AspNet.WebApi.Core.5.0.0/lib/net45/System.Web.Http.dll" />
66+
<include name="${spring.basedir}/packages/Microsoft.AspNet.WebApi.WebHost.5.0.0/lib/net45/System.Web.Http.WebHost.dll" />
6767

6868

6969
<include name="${common.logging.lib.dir}/Common.Logging.dll"/>

0 commit comments

Comments
 (0)