Merge pull request #6464 from livarcocc/fix_first_run_test
Fixing a first run test that checks the version of the mvc package.
This commit is contained in:
commit
563479a1f2
1 changed files with 1 additions and 1 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.3", "1.1.2" });
|
||||
.Should().HaveDirectories(new string[] { "1.0.4", "1.1.3" });
|
||||
}
|
||||
|
||||
private string GetDotnetVersion()
|
||||
|
|
Loading…
Add table
Reference in a new issue