diff --git a/build/dependencies.props b/build/dependencies.props
index 17b9f395ac..94bf472e66 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -10,7 +10,15 @@
4.7.1
$(BundledNETStandardPackageVersion)
1.2.3
- 15.0.0
- 2.2.0
+ 15.3.0-*
+ 2.3.0-beta2-*
+
+
+ $(NoWarn);AD0001
+
diff --git a/test/Microsoft.AspNetCore.SignalR.Client.FunctionalTests/HubConnectionTests.cs b/test/Microsoft.AspNetCore.SignalR.Client.FunctionalTests/HubConnectionTests.cs
index 24e5a3425f..68c7aaa065 100644
--- a/test/Microsoft.AspNetCore.SignalR.Client.FunctionalTests/HubConnectionTests.cs
+++ b/test/Microsoft.AspNetCore.SignalR.Client.FunctionalTests/HubConnectionTests.cs
@@ -159,7 +159,7 @@ namespace Microsoft.AspNetCore.SignalR.Client.FunctionalTests
var ex = await Assert.ThrowsAnyAsync(
async () => await connection.Invoke