From 0a6cce0407eedd3342e0d3f5a6be47b7912c95d8 Mon Sep 17 00:00:00 2001 From: Ali Bahrami Date: Wed, 11 Mar 2020 11:44:26 +0100 Subject: [PATCH] Support .NET Core App 3.1 for tests #3007 --- test/Directory.Build.props | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 3195996b01..1959f027d0 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -6,11 +6,16 @@ AnyCPU - + $(DefineConstants);CORE 2.0.5 + + $(DefineConstants);CORE + 3.1.2 + + $(DefineConstants);MONO