Update version of Microsoft.AspNetCore.Mvc
This commit is contained in:
parent
4e0b465093
commit
872e96cfe2
6 changed files with 7 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue