Skip to content

Commit 99d2bca

Browse files
author
Jason Zhai
committed
Continue updating other failing test targets to netstandard2.0
1 parent 9b50a36 commit 99d2bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public void Default_items_have_the_correct_relative_paths()
471471
.Should()
472472
.Pass();
473473

474-
var outputDirectory = buildCommand.GetOutputDirectory("netstandard1.5");
474+
var outputDirectory = buildCommand.GetOutputDirectory("netstandard2.0");
475475

476476
outputDirectory.Should().OnlyHaveFiles(new[] {
477477
"TestLibrary.dll",

0 commit comments

Comments
 (0)