Updated the expected implicit NETStandard.Library to 2.0.3
This commit is contained in:
parent
d89b4b74d5
commit
04f285629d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace Microsoft.DotNet.New.Tests
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("console", "microsoft.netcore.app", "2.0.0")]
|
[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)
|
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName, string expectedVersion)
|
||||||
{
|
{
|
||||||
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;
|
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue