diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0bec43baab7b..66501db5112b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -101,9 +101,9 @@
https://github.com/dotnet/aspnetcore
aeccdb94ee13cc9e88497c04c19317366bf0b9da
-
+
https://github.com/nuget/nuget.client
- 6038f769411b98f4efdb10a0924986eae2583618
+ 69af0e6768253362c74ef96253619a49bbd1cc8b
https://github.com/microsoft/vstest
diff --git a/eng/Versions.props b/eng/Versions.props
index eda73f109101..5131e38f9c7f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -62,7 +62,7 @@
- 6.5.0-preview.2.67
+ 6.5.0-preview.2.69
$(NuGetBuildTasksPackageVersion)
6.0.0-rc.278
$(NuGetBuildTasksPackageVersion)
diff --git a/src/Tests/dotnet-list-package.Tests/GivenDotnetListPackage.cs b/src/Tests/dotnet-list-package.Tests/GivenDotnetListPackage.cs
index 9f19880af5b2..356563af2a08 100644
--- a/src/Tests/dotnet-list-package.Tests/GivenDotnetListPackage.cs
+++ b/src/Tests/dotnet-list-package.Tests/GivenDotnetListPackage.cs
@@ -151,7 +151,7 @@ public void AssetsPathExistsButNotRestored()
.WithWorkingDirectory(projectDirectory)
.Execute()
.Should()
- .Pass()
+ .Fail()
.And.HaveStdErr();
}