From 97ca306bfa713ded7a616afcde27bb4ba3e59cb8 Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 Date: Thu, 3 Feb 2022 20:18:57 -0500 Subject: [PATCH] Pull release/6.0 into main --- eng/WpfArcadeSdk/tools/ReferenceAssembly.targets | 4 ++-- global.json | 2 +- .../Build/Tasks/Windows/GenerateTemporaryTargetAssembly.cs | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/eng/WpfArcadeSdk/tools/ReferenceAssembly.targets b/eng/WpfArcadeSdk/tools/ReferenceAssembly.targets index db2755f3ddb..f2698c7da32 100644 --- a/eng/WpfArcadeSdk/tools/ReferenceAssembly.targets +++ b/eng/WpfArcadeSdk/tools/ReferenceAssembly.targets @@ -46,13 +46,13 @@ Outputs="$(IntellisenseXmlDir)$(AssemblyName).xml"> - 0.0.0.3 + 0.0.0.4 - $(CommonLibrary_NativeInstallDir)\bin\dotnet-api-docs_net5.0\$(DotNetApiDocsNet50)\_intellisense\net-5.0\ + $(CommonLibrary_NativeInstallDir)\bin\dotnet-api-docs_net6.0\$(DotNetApiDocsNet60)\_intellisense\net-6.0\ targetOutputs = new Dictionary(); - retValue = BuildEngine.BuildProjectFile(TemporaryTargetAssemblyProjectName, new string[] { CompileTargetName }, globalProperties, targetOutputs); + retValue = BuildEngine.BuildProjectFile(TemporaryTargetAssemblyProjectName, new string[] { CompileTargetName }, null, targetOutputs); // If the inner build succeeds, retrieve the path to the local type assembly from the task's TargetOutputs. if (retValue)