From 32aec8553d4040271fe04a2e87c992c66bd23f9d Mon Sep 17 00:00:00 2001 From: Johan Laanstra Date: Wed, 7 Oct 2020 18:17:04 -0700 Subject: [PATCH] Only use Hash task on VS 2019 and higher. --- nuget/Microsoft.Windows.CppWinRT.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Microsoft.Windows.CppWinRT.targets b/nuget/Microsoft.Windows.CppWinRT.targets index 2e5e26178..ed7cf8df8 100644 --- a/nuget/Microsoft.Windows.CppWinRT.targets +++ b/nuget/Microsoft.Windows.CppWinRT.targets @@ -21,7 +21,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. false true false - true + true false $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)))..\..\ $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)))