File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant
124
124
125
125
<AspNetCoreReferenceDocXml Include =" @(_ResolvedProjectReferencePaths->WithMetadataValue('IsReferenceAssembly', 'false')->'%(RootDir)%(Directory)%(FileName).xml')" />
126
126
<AspNetCoreReferenceDocXml Include =" @(_SelectedExtensionsRefAssemblies->'$(MicrosoftInternalExtensionsRefsPath)%(FileName).xml')" />
127
-
128
- <RefPackContent Include =" @(AspNetCoreReferenceAssemblyPath)" PackagePath =" $(RefAssemblyPackagePath)" />
129
- <RefPackContent Include =" @(AspNetCoreReferenceDocXml)" PackagePath =" $(RefAssemblyPackagePath)" />
130
- <RefPackContent Include =" $(TargetDir)$(PackageConflictManifestFileName)" PackagePath =" $(ManifestsPackagePath)" />
131
- <RefPackContent Include =" $(ReferencePlatformManifestOutputPath)" PackagePath =" $(ManifestsPackagePath)" />
132
127
</ItemGroup >
133
128
134
129
<RepoTasks .GenerateSharedFrameworkDepsFile
@@ -140,6 +135,13 @@ This package is an internal implementation of the .NET Core SDK and is not meant
140
135
RuntimeIdentifier =" $(TargetRuntimeIdentifier)"
141
136
RuntimePackageName =" $(PackageId)"
142
137
PlatformManifestOutputPath =" $(ReferencePlatformManifestOutputPath)" />
138
+
139
+ <ItemGroup >
140
+ <RefPackContent Include =" @(AspNetCoreReferenceAssemblyPath)" PackagePath =" $(RefAssemblyPackagePath)" />
141
+ <RefPackContent Include =" @(AspNetCoreReferenceDocXml)" PackagePath =" $(RefAssemblyPackagePath)" />
142
+ <RefPackContent Include =" $(TargetDir)$(PackageConflictManifestFileName)" PackagePath =" $(ManifestsPackagePath)" />
143
+ <RefPackContent Include =" $(ReferencePlatformManifestOutputPath)" PackagePath =" $(ManifestsPackagePath)" />
144
+ </ItemGroup >
143
145
</Target >
144
146
145
147
<Target Name =" GeneratePackageConflictManifest"
You can’t perform that action at this time.
0 commit comments