From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001 From: giy <giy@omp-system.ru> Date: Fri, 02 Sep 2022 14:16:56 +0300 Subject: [PATCH] Обновление до версии 2.9.0 --- Tests/Test_QtMsBuild.Tasks/TestTaskLoggingHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Test_QtMsBuild.Tasks/TestTaskLoggingHelper.cs b/Tests/Test_QtMsBuild.Tasks/TestTaskLoggingHelper.cs index b4c1272..0c5d72a 100644 --- a/Tests/Test_QtMsBuild.Tasks/TestTaskLoggingHelper.cs +++ b/Tests/Test_QtMsBuild.Tasks/TestTaskLoggingHelper.cs @@ -26,11 +26,11 @@ ** ****************************************************************************/ -using Microsoft.Build.Framework; using System; using System.Collections.Generic; -using System.IO; using System.Diagnostics; +using System.IO; +using Microsoft.Build.Framework; namespace QtVsTools.Test.QtMsBuild.Tasks { -- Gitblit v1.9.1