Skip to content

Commit 1f7e509

Browse files
author
John Luo
committed
Oops
1 parent 2a3f2cc commit 1f7e509

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant
124124

125125
<AspNetCoreReferenceDocXml Include="@(_ResolvedProjectReferencePaths->WithMetadataValue('IsReferenceAssembly', 'false')->'%(RootDir)%(Directory)%(FileName).xml')" />
126126
<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)" />
132127
</ItemGroup>
133128

134129
<RepoTasks.GenerateSharedFrameworkDepsFile
@@ -140,6 +135,13 @@ This package is an internal implementation of the .NET Core SDK and is not meant
140135
RuntimeIdentifier="$(TargetRuntimeIdentifier)"
141136
RuntimePackageName="$(PackageId)"
142137
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>
143145
</Target>
144146

145147
<Target Name="GeneratePackageConflictManifest"

0 commit comments

Comments
 (0)