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:
parent
e145ca88e4
commit
0aa4e83cb8
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue