|
103 | 103 | <ReplacementString>$(MicrosoftAspNetCoreAppRuntimePackageVersion)</ReplacementString>
|
104 | 104 | </ResourcesReplacement>
|
105 | 105 | </ItemGroup>
|
106 |
| - <ItemGroup Condition="'$(Architecture)' != 'arm64'" > |
107 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackDisableBegin}"> |
108 |
| - <ReplacementString></ReplacementString> |
109 |
| - </DistributionTemplateReplacement> |
110 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackDisableEnd}"> |
111 |
| - <ReplacementString></ReplacementString> |
112 |
| - </DistributionTemplateReplacement> |
113 |
| - </ItemGroup> |
114 |
| - <ItemGroup Condition="'$(Architecture)' == 'arm64'" > |
115 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackDisableBegin}"> |
116 |
| - <ReplacementString><![CDATA[<!--]]></ReplacementString> |
117 |
| - </DistributionTemplateReplacement> |
118 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackDisableEnd}"> |
119 |
| - <ReplacementString><![CDATA[-->]]></ReplacementString> |
120 |
| - </DistributionTemplateReplacement> |
121 |
| - </ItemGroup> |
122 | 106 |
|
123 | 107 | <!-- Consumed By Publish -->
|
124 | 108 | <ItemGroup>
|
|
197 | 181 | $(DownloadsFolder)$(DownloadedSharedFrameworkInstallerFileName);
|
198 | 182 | $(DownloadsFolder)$(DownloadedNetCoreAppTargetingPackInstallerFileName);
|
199 | 183 | $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName);
|
| 184 | + $(DownloadsFolder)$(DownloadedNetStandardTargetingPackInstallerFileName); |
200 | 185 | $(DownloadsFolder)$(DownloadedHostFxrInstallerFileName);
|
201 | 186 | $(DownloadsFolder)$(DownloadedSharedHostInstallerFileName)" />
|
202 |
| - <PkgComponentsSourceFiles Condition="'$(Architecture)' != 'arm64'" Include="$(DownloadsFolder)$(DownloadedNetStandardTargetingPackInstallerFileName)" /> |
203 | 187 | <PkgComponentsDestinationFiles Include="$(SdkPkgIntermediatePath);
|
204 | 188 | $(SharedFrameworkPkgIntermediatePath);
|
205 | 189 | $(NetCoreAppTargetingPackPkgIntermediatePath);
|
206 | 190 | $(NetCoreAppHostPackPkgIntermediatePath);
|
| 191 | + $(NetStandardTargetingPackPkgIntermediatePath); |
207 | 192 | $(HostFxrPkgIntermediatePath);
|
208 | 193 | $(SharedHostPkgIntermediatePath)" />
|
209 |
| - <PkgComponentsDestinationFiles Condition="'$(Architecture)' != 'arm64'" Include="$(NetStandardTargetingPackPkgIntermediatePath)" /> |
210 | 194 | </ItemGroup>
|
211 | 195 |
|
212 | 196 | <!-- Move ProductArchive pkg components into place with component ids in the filenames -->
|
|
0 commit comments