From 7b4c0647566d931bf1938c556fb87252674a17c8 Mon Sep 17 00:00:00 2001 From: Mike Lorbetske Date: Tue, 21 Feb 2017 20:16:34 -0800 Subject: [PATCH] Correct version of the MVC package being looked for in tests --- .../GivenThatTheUserIsRunningDotNetForTheFirstTime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs b/test/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs index 1ba57d86a..b6981d924 100644 --- a/test/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs +++ b/test/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs @@ -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.4", "1.1.2" }); + .Should().HaveDirectories(new string[] { "1.0.3", "1.1.2" }); } private string GetDotnetVersion()