From 26918a471fc604ef153ab86f9955a85bc6bcad29 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Fri, 3 Apr 2020 17:38:10 -0700 Subject: [PATCH] Update Microsoft.Extensions.* to 3.0.1 for testing (#4536) The 3.0 release includes a fix to cases where ChangeToken.OnChange would not unregister callbacks even when disposed. --- build/Dependencies.props | 1 + test/Directory.Build.props | 8 ++++++++ .../Microsoft.Extensions.ML.Tests.csproj | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build/Dependencies.props b/build/Dependencies.props index 0817651d09..919bce77d8 100644 --- a/build/Dependencies.props +++ b/build/Dependencies.props @@ -52,6 +52,7 @@ 0.12.0 1.0.1-beta1.20080.1 + 3.0.1 0.0.5-test 0.0.6-test 0.0.11-test diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 35d5b7f8e7..68034bc2eb 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -37,6 +37,14 @@ + + + + + + + + -