Updated the expected implicit NETStandard.Library to 2.0.3

This commit is contained in:
Livar Cunha 2018-06-14 18:32:26 +00:00
parent d89b4b74d5
commit 04f285629d

View file

@ -76,7 +76,7 @@ namespace Microsoft.DotNet.New.Tests
[Theory]
[InlineData("console", "microsoft.netcore.app", "2.0.0")]
[InlineData("classlib", "netstandard.library", "2.0.1")]
[InlineData("classlib", "netstandard.library", "2.0.3")]
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName, string expectedVersion)
{
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;