File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ This package is an internal implementation of the .NET Core SDK and is not meant
130130 <!-- Exclude transitive external dependencies that are not directly referenced by projects in AspNetCore or Extensions -->
131131 <AspNetCoreReferenceAssemblyPath
132132 Include =" @(ReferencePathWithRefAssemblies)"
133+ Condition =" '%(ReferencePathWithRefAssemblies.IsReferenceAssembly)' == 'true'"
133134 Exclude ="
134135 @(_ReferencedExtensionsRefAssemblies);
135136 @(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'Microsoft.NETCore.App.Ref'));
136137 @(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'System.Security.Cryptography.Pkcs'));
137138 @(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'System.Drawing.Common'));
138139 @(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'Microsoft.Win32.SystemEvents'));
139- @(ReferencePathWithRefAssemblies->WithMetadataValue('IsReferenceAssembly', 'false'));
140140 @(ReferencePathWithRefAssemblies->WithMetadataValue('ReferenceGrouping', 'Microsoft.NETCore.App'));" />
141141
142142 <AspNetCoreReferenceAssemblyPath
You can’t perform that action at this time.
0 commit comments