File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2626 -->
2727 <InstallerRuntimeIdentifiers >linux-$(TargetArchitecture)</InstallerRuntimeIdentifiers >
2828 <IsShippingPackage >true</IsShippingPackage >
29- </PropertyGroup >
30-
31- <ItemGroup >
3229 <!-- The PublishToDisk target which depends on ResolveProjectReferences is invoked with OutputPath as an global property
33- which would flow to redist.csproj. -->
34- <ProjectReference Include = " ..\redist\redist.csproj " ReferenceOutputAssembly = " false " GlobalPropertiesToRemove = " OutputPath" / >
35- </ItemGroup >
30+ which would flow to redist.csproj or sdk-tasks.csproj . -->
31+ <_GlobalPropertiesToRemoveFromProjectReferences >$(_GlobalPropertiesToRemoveFromProjectReferences); OutputPath</ _GlobalPropertiesToRemoveFromProjectReferences >
32+ </PropertyGroup >
3633
3734 <ItemGroup >
35+ <ProjectReference Include =" ..\redist\redist.csproj" ReferenceOutputAssembly =" false" />
3836 <PackageReference Include =" Microsoft.DotNet.Build.Tasks.Installers" />
3937 </ItemGroup >
4038
You can’t perform that action at this time.
0 commit comments