From 7d9c97ef9a5ca2e0f98cea2f76c4355ba68e75da Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 5 Aug 2022 13:53:00 -0700 Subject: [PATCH 1/2] Add the releases dll to the template locator path and authoring. --- src/VSTemplateLocator/VSTemplateLocator.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VSTemplateLocator/VSTemplateLocator.csproj b/src/VSTemplateLocator/VSTemplateLocator.csproj index aa6472a77..5ff50f77d 100644 --- a/src/VSTemplateLocator/VSTemplateLocator.csproj +++ b/src/VSTemplateLocator/VSTemplateLocator.csproj @@ -15,6 +15,7 @@ + Date: Mon, 8 Aug 2022 13:50:10 -0700 Subject: [PATCH 2/2] Add releases to the list of files to copy to the templatelocator output --- src/VSTemplateLocator/VSTemplateLocator.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VSTemplateLocator/VSTemplateLocator.csproj b/src/VSTemplateLocator/VSTemplateLocator.csproj index 5ff50f77d..b5ead4054 100644 --- a/src/VSTemplateLocator/VSTemplateLocator.csproj +++ b/src/VSTemplateLocator/VSTemplateLocator.csproj @@ -33,6 +33,7 @@ <_VSTemplateLocatorSrc Include="$(Pkgruntime_win-x64_Microsoft_NETCore_DotNetHostResolver)\runtimes\win-x64\native\hostfxr.dll" Arch="x64\" /> <_VSTemplateLocatorSrc Include="$(Pkgruntime_win-arm64_Microsoft_NETCore_DotNetHostResolver)\runtimes\win-arm64\native\hostfxr.dll" Arch="arm64\" /> <_VSTemplateLocatorSrc Include="$(Pkgmicrosoft_dotnet_templateLocator)\lib\net472\**\*.dll" Arch="" /> + <_VSTemplateLocatorSrc Include="$(PkgMicrosoft_Deployment_DotNet_Releases)\lib\net452\**\*.dll" Arch="" /> <_VSTemplateLocatorDst Include="@(_VSTemplateLocatorSrc->'$(OutputPath)VSTemplateLocator\%(Arch)%(RecursiveDir)%(Filename)%(Extension)')" />