Reorder feeds to prevent issue where a package with the same name and version has been rebuilt

Update package versions in tests
This commit is contained in:
Mike Lorbetske 2017-02-21 17:10:53 -08:00
parent e145ca88e4
commit 0aa4e83cb8
2 changed files with 3 additions and 3 deletions

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.2", "1.1.1" });
.Should().HaveDirectories(new string[] { "1.0.3", "1.1.2" });
}
private string GetDotnetVersion()