wire up Mvc5 Tests to participate in NuGet package restore process
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user