|
10 | 10 | <SharedFrameworkComponentId>com.microsoft.dotnet.sharedframework.$(SharedFrameworkNugetName).$(MicrosoftNETCoreAppRuntimePackageVersion).component.osx.$(TargetArchitecture)</SharedFrameworkComponentId>
|
11 | 11 | <NetCoreAppTargetingPackComponentId>com.microsoft.dotnet.pack.targeting.$(MicrosoftNETCoreAppRefPackageVersion).component.osx.$(TargetArchitecture)</NetCoreAppTargetingPackComponentId>
|
12 | 12 | <NetCoreAppHostPackComponentId>com.microsoft.dotnet.pack.apphost.$(MicrosoftNETCoreAppHostPackageVersion).component.osx.$(TargetArchitecture)</NetCoreAppHostPackComponentId>
|
13 |
| - <NetStandardTargetingPackComponentId>com.microsoft.standard.pack.targeting.$(NETStandardLibraryRefPackageVersion).component.osx.$(TargetArchitecture)</NetStandardTargetingPackComponentId> |
14 | 13 | <SdkComponentId>com.microsoft.dotnet.dev.$(Version).component.osx.$(TargetArchitecture)</SdkComponentId>
|
15 | 14 | <SdkProductArchiveId>com.microsoft.dotnet.dev.$(Version).osx.$(TargetArchitecture)</SdkProductArchiveId>
|
16 | 15 |
|
|
32 | 31 | <SharedFrameworkPkgIntermediatePath>$(PkgIntermediateDirectory)/$(SharedFrameworkComponentId).pkg</SharedFrameworkPkgIntermediatePath>
|
33 | 32 | <NetCoreAppTargetingPackPkgIntermediatePath>$(PkgIntermediateDirectory)/$(NetCoreAppTargetingPackComponentId).pkg</NetCoreAppTargetingPackPkgIntermediatePath>
|
34 | 33 | <NetCoreAppHostPackPkgIntermediatePath>$(PkgIntermediateDirectory)/$(NetCoreAppHostPackComponentId).pkg</NetCoreAppHostPackPkgIntermediatePath>
|
35 |
| - <NetStandardTargetingPackPkgIntermediatePath>$(PkgIntermediateDirectory)/$(NetStandardTargetingPackComponentId).pkg</NetStandardTargetingPackPkgIntermediatePath> |
36 | 34 | <SharedHostPkgIntermediatePath>$(PkgIntermediateDirectory)/$(SharedHostComponentId).pkg</SharedHostPkgIntermediatePath>
|
37 | 35 | <HostFxrPkgIntermediatePath>$(PkgIntermediateDirectory)/$(HostFxrComponentId).pkg</HostFxrPkgIntermediatePath>
|
38 | 36 |
|
|
49 | 47 | <DistributionTemplateReplacement Include="{NetCoreAppTargetingPackComponentId}">
|
50 | 48 | <ReplacementString>$(NetCoreAppTargetingPackComponentId)</ReplacementString>
|
51 | 49 | </DistributionTemplateReplacement>
|
52 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackComponentId}"> |
53 |
| - <ReplacementString>$(NetStandardTargetingPackComponentId)</ReplacementString> |
54 |
| - </DistributionTemplateReplacement> |
55 | 50 | <DistributionTemplateReplacement Include="{NetCoreAppHostPackComponentId}">
|
56 | 51 | <ReplacementString>$(NetCoreAppHostPackComponentId)</ReplacementString>
|
57 | 52 | </DistributionTemplateReplacement>
|
|
79 | 74 | <DistributionTemplateReplacement Include="{NetCoreAppHostPackBrandName}">
|
80 | 75 | <ReplacementString>$(NetCoreAppHostPackBrandName)</ReplacementString>
|
81 | 76 | </DistributionTemplateReplacement>
|
82 |
| - <DistributionTemplateReplacement Include="{NetStandardTargetingPackBrandName}"> |
83 |
| - <ReplacementString>$(NetStandardTargetingPackBrandName)</ReplacementString> |
84 |
| - </DistributionTemplateReplacement> |
85 | 77 | <DistributionTemplateReplacement Include="{SharedHostBrandName}">
|
86 | 78 | <ReplacementString>$(SharedHostBrandName)</ReplacementString>
|
87 | 79 | </DistributionTemplateReplacement>
|
|
131 | 123 | <GenerateSdkProductArchiveInputs Include="$(DownloadedSharedFrameworkInstallerFile)" />
|
132 | 124 | <GenerateSdkProductArchiveInputs Include="$(DownloadedNetCoreAppTargetingPackInstallerFile)" />
|
133 | 125 | <GenerateSdkProductArchiveInputs Include="$(DownloadedNetCoreAppHostPackInstallerFile)" />
|
134 |
| - <GenerateSdkProductArchiveInputs Include="$(DownloadedNetStandardTargetingPackInstallerFile)" /> |
135 | 126 | <GenerateSdkProductArchiveInputs Include="$(DownloadedHostFxrInstallerFile)" />
|
136 | 127 | <GenerateSdkProductArchiveInputs Include="$(DownloadedSharedHostInstallerFile)" />
|
137 | 128 | <GenerateSdkProductArchiveInputs Include="$(SdkProductArchiveDistributionTemplateFile)" />
|
|
197 | 188 | $(DownloadsFolder)$(DownloadedSharedFrameworkInstallerFileName);
|
198 | 189 | $(DownloadsFolder)$(DownloadedNetCoreAppTargetingPackInstallerFileName);
|
199 | 190 | $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName);
|
200 |
| - $(DownloadsFolder)$(DownloadedNetStandardTargetingPackInstallerFileName); |
201 | 191 | $(DownloadsFolder)$(DownloadedHostFxrInstallerFileName);
|
202 | 192 | $(DownloadsFolder)$(DownloadedSharedHostInstallerFileName)" />
|
203 | 193 | <PkgComponentsDestinationFiles Include="$(SdkPkgIntermediatePath);
|
204 | 194 | $(SharedFrameworkPkgIntermediatePath);
|
205 | 195 | $(NetCoreAppTargetingPackPkgIntermediatePath);
|
206 | 196 | $(NetCoreAppHostPackPkgIntermediatePath);
|
207 |
| - $(NetStandardTargetingPackPkgIntermediatePath); |
208 | 197 | $(HostFxrPkgIntermediatePath);
|
209 | 198 | $(SharedHostPkgIntermediatePath)" />
|
210 | 199 | </ItemGroup>
|
|
0 commit comments