aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-11-01 18:53:26 +0100
committerMiguel Costa <miguel.costa@qt.io>2021-11-16 16:06:45 +0000
commit1acf62ba113ead4bb69de624ff679a0e18074ee6 (patch)
tree18cfc8eb07e9b1257da4cd00c6048dbeac3d8d84 /QtVsTools.Core
parente6c2b1ed536624e7605525829546deb322547938 (diff)
Fix PackageReference version mismatch
Fixed an issue where some NuGet packages had a version incompatible with that of other packages, leading to run-time errors. Change-Id: I65790d601fa7092248c61f84fe0b1a2a8447e287 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'QtVsTools.Core')
-rw-r--r--QtVsTools.Core/Messages.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/QtVsTools.Core/Messages.cs b/QtVsTools.Core/Messages.cs
index 645a6957..6a01d6f6 100644
--- a/QtVsTools.Core/Messages.cs
+++ b/QtVsTools.Core/Messages.cs
@@ -33,7 +33,6 @@ using System.Linq;
using System.Threading;
using Thread = System.Threading.Thread;
using System.Windows.Forms;
-using System.Windows.Threading;
using System.Threading.Tasks;
using Microsoft.VisualStudio.Threading;
using QtVsTools.VisualStudio;