File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Framework/App.Ref/src Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ This package is an internal implementation of the .NET Core SDK and is not meant
143
143
<AspNetCoreReferenceDocXml Include =" @(_ResolvedProjectReferencePaths->'%(RootDir)%(Directory)%(FileName).xml')"
144
144
Condition =" Exists('%(RootDir)%(Directory)%(FileName).xml')" />
145
145
<AspNetCoreReferenceDocXml Include =" @(_SelectedExtensionsRefAssemblies->'$(RuntimeExtensionsReferenceDirectory)%(FileName).xml')" />
146
+ <!-- Grab remaining .xml files from packages -->
147
+ <AspNetCoreReferenceDocXml
148
+ Include =" @(AspNetCoreReferenceAssemblyPath->WithMetadataValue('ExternallyResolved', 'true')->'%(RootDir)%(Directory)%(Filename).xml')"
149
+ Condition =" Exists('%(RootDir)%(Directory)%(Filename).xml')" />
146
150
147
151
<RefPackContent Include =" @(AspNetCoreReferenceAssemblyPath)" PackagePath =" $(RefAssemblyPackagePath)" />
148
152
<RefPackContent Include =" @(AspNetCoreReferenceDocXml)" PackagePath =" $(RefAssemblyPackagePath)" />
You can’t perform that action at this time.
0 commit comments