Skip to content

Commit 48a2a31

Browse files
author
Jason Zhai
committed
Continue updating other failing test targets to netstandard2.0
1 parent 2a856e5 commit 48a2a31

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
@@ -470,7 +470,7 @@ public void Default_items_have_the_correct_relative_paths()
470470
.Should()
471471
.Pass();
472472

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

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

0 commit comments

Comments
 (0)