Update version of Microsoft.AspNetCore.Mvc

This commit is contained in:
Mike Lorbetske 2017-01-23 20:21:58 -08:00
parent 4e0b465093
commit 872e96cfe2
6 changed files with 7 additions and 11 deletions

View file

@ -82,7 +82,7 @@ A command is running to initially populate your local package cache, to improve
{
_nugetCacheFolder
.Should()
.HaveFile($"{GetDotnetVersion()}.dotnetSentinel");
.HaveFile($"{GetDotnetVersion()}.dotnetSentinel");
}
[Fact]
@ -116,7 +116,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.0" });
.Should().HaveDirectories(new string[] { "1.0.2", "1.1.1" });
}
private string GetDotnetVersion()