From fc4649cc8e9b66933ea4613183b297890a78fc32 Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:57:33 -0500 Subject: [PATCH] Pull release/6.0 into main (#6071) --- 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 db2755f3d..f2698c7da 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) -- GitLab