Fix test expectation for package restored n new project

This commit is contained in:
Nick Guerrera 2017-08-31 17:56:15 -07:00
parent 3514db05da
commit 03293f5b90

View file

@ -105,7 +105,7 @@ namespace Microsoft.DotNet.New.Tests
var sharedFxDir = dotnetDir
.GetDirectory("shared", "Microsoft.NETCore.App")
.EnumerateDirectories()
.Single(d => d.Name.StartsWith("2.0.0"));
.Single(d => d.Name.StartsWith("2.0.1")); // NOTE: implicit package version will be 2.0.0 again when https://github.com/dotnet/cli/pull/7489 can be merged.
if (packageName == "microsoft.netcore.app")
{