@@ -53,8 +53,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
53
53
<!-- Platform manifest and package override metatdata -->
54
54
<ReferencePackSharedFxVersion >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).0</ReferencePackSharedFxVersion >
55
55
<ReferencePackSharedFxVersion Condition =" '$(VersionSuffix)' != ''" >$(ReferencePackSharedFxVersion)-$(VersionSuffix)</ReferencePackSharedFxVersion >
56
- <ReferencePlatformManifestPath Condition =" '$(IsServicingBuild)' != 'true'" >$(PlatformManifestOutputPath)</ReferencePlatformManifestPath >
57
- <ReferencePlatformManifestPath Condition =" '$(IsServicingBuild)' == 'true'" >$(RepoRoot)eng\PlatformManifest.txt</ReferencePlatformManifestPath >
56
+ <ReferencePlatformManifestOutputPath >$(ArtifactsObjDir)ref\PlatformManifest.txt</ReferencePlatformManifestOutputPath >
58
57
</PropertyGroup >
59
58
60
59
<ItemGroup >
@@ -144,11 +143,23 @@ This package is an internal implementation of the .NET Core SDK and is not meant
144
143
145
144
<AspNetCoreReferenceDocXml Include =" @(_ResolvedProjectReferencePaths->WithMetadataValue('IsReferenceAssembly', 'false')->'%(RootDir)%(Directory)%(FileName).xml')" />
146
145
<AspNetCoreReferenceDocXml Include =" @(_SelectedExtensionsRefAssemblies->'$(MicrosoftInternalExtensionsRefsPath)%(FileName).xml')" />
146
+ </ItemGroup >
147
+
148
+ <RepoTasks .GenerateSharedFrameworkDepsFile
149
+ DepsFilePath =" $(ProjectDepsFilePath)"
150
+ TargetFramework =" $(TargetFramework)"
151
+ FrameworkName =" $(TargetingPackName)"
152
+ FrameworkVersion =" $(ReferencePackSharedFxVersion)"
153
+ References =" @(AspNetCoreReferenceAssemblyPath)"
154
+ RuntimeIdentifier =" $(TargetRuntimeIdentifier)"
155
+ RuntimePackageName =" $(PackageId)"
156
+ PlatformManifestOutputPath =" $(ReferencePlatformManifestOutputPath)" />
147
157
158
+ <ItemGroup >
148
159
<RefPackContent Include =" @(AspNetCoreReferenceAssemblyPath)" PackagePath =" $(RefAssemblyPackagePath)" />
149
160
<RefPackContent Include =" @(AspNetCoreReferenceDocXml)" PackagePath =" $(RefAssemblyPackagePath)" />
150
161
<RefPackContent Include =" $(TargetDir)$(PackageConflictManifestFileName)" PackagePath =" $(ManifestsPackagePath)" />
151
- <RefPackContent Include =" $(ReferencePlatformManifestPath )" PackagePath =" $(ManifestsPackagePath)" />
162
+ <RefPackContent Include =" $(ReferencePlatformManifestOutputPath )" PackagePath =" $(ManifestsPackagePath)" />
152
163
</ItemGroup >
153
164
</Target >
154
165
0 commit comments