From 90f2960e19700914c15abe1ead895c0ebea0db22 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Wed, 29 May 2019 07:42:55 -0700 Subject: [PATCH] Update MicrosoftDotNetXUnitConsoleRunnerVersion to reflect changes in Arcade (#24822) * Update tf to netcoreapp2.1 * Bump up version of xunit.console package to 2.5.1-beta.19278.1 * Fix type in the version --- eng/Versions.props | 2 +- tests/xunitconsolerunner.depproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index ddda0847914b..9cac35bca786 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 2.2.0-beta.19273.11 1.0.0-beta.19273.11 - 2.5.1-beta.19264.13 + 2.5.1-beta.19278.1 4.6.0-preview6.19273.8 3.0.0-preview6.19273.8 diff --git a/tests/xunitconsolerunner.depproj b/tests/xunitconsolerunner.depproj index 4d6e724684d3..173928e38fc4 100644 --- a/tests/xunitconsolerunner.depproj +++ b/tests/xunitconsolerunner.depproj @@ -3,7 +3,7 @@ - netcoreapp2.0 + netcoreapp2.1