Correct version of the MVC package being looked for in tests

This commit is contained in:
Mike Lorbetske 2017-02-21 20:16:34 -08:00
parent 04f714c01f
commit 7b4c064756

View file

@ -118,7 +118,7 @@ A command is running to initially populate your local package cache, to improve
_nugetCacheFolder
.GetDirectory("microsoft.aspnetcore.mvc")
.Should().HaveDirectories(new string[] { "1.0.4", "1.1.2" });
.Should().HaveDirectories(new string[] { "1.0.3", "1.1.2" });
}
private string GetDotnetVersion()