Test fixes - update AspNetCore version being looked for, account for diasymreadernative showing up in output, account for new default of netcoreapp1.1 for console apps
This commit is contained in:
parent
2659a777b5
commit
04f714c01f
3 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.3", "1.1.2" });
|
||||
.Should().HaveDirectories(new string[] { "1.0.4", "1.1.2" });
|
||||
}
|
||||
|
||||
private string GetDotnetVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue