We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bb521 commit ae40b80Copy full SHA for ae40b80
test.cmd
@@ -0,0 +1,3 @@
1
+@echo off
2
+
3
+packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe tests\FluentAssertions.Mvc3.Tests\bin\Debug\FluentAssertions.Mvc3.Tests.dll tests\FluentAssertions.Mvc4.Tests\bin\Debug\FluentAssertions.Mvc4.Tests.dll tests\FluentAssertions.Mvc5.Tests\bin\Debug\FluentAssertions.Mvc5.Tests.dll
tests/FluentAssertions.Mvc5.Tests/packages.config
@@ -6,4 +6,5 @@
6
<package id="Microsoft.AspNet.WebPages" version="3.0.0" targetFramework="net45" />
7
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
8
<package id="NUnit" version="3.2.1" targetFramework="net45" />
9
+ <package id="NUnit.ConsoleRunner" version="3.8.0" targetFramework="net45" />
10
</packages>
0 commit comments