wire up Mvc5 Tests to participate in NuGet package restore process

This commit is contained in:
sbohlen
2014-02-23 08:59:40 -05:00
parent 6316eda41a
commit 3769af7fb5
3 changed files with 3 additions and 2 deletions

View File

@@ -43,8 +43,7 @@
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\lib\Net\2.0\nunit.framework.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@@ -70,6 +70,7 @@
<include name="${lib.dir}/nunit.core.interfaces.dll" />
<exclude name="${current.bin.dir}/System.Web.Extensions.dll" />
<exclude name="${current.bin.dir}/System.Net.Http.Formatting.dll" />
<exclude name="${current.bin.dir}/Spring.Web.Mvc3.dll" />
<exclude name="${current.bin.dir}/Spring.Web.Mvc3.Tests.dll" />
<exclude name="${current.bin.dir}/Spring.Web.Mvc4.dll" />

View File

@@ -4,4 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
</packages>