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:
Mike Lorbetske 2017-02-21 19:48:24 -08:00
parent 2659a777b5
commit 04f714c01f
3 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.3", "1.1.2" });
.Should().HaveDirectories(new string[] { "1.0.4", "1.1.2" });
}
private string GetDotnetVersion()