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
130
130
<!-- Exclude transitive external dependencies that are not directly referenced by projects in AspNetCore or Extensions -->
131
131
<AspNetCoreReferenceAssemblyPath
132
132
Include =" @(ReferencePathWithRefAssemblies)"
133
+ Condition =" '%(ReferencePathWithRefAssemblies.IsReferenceAssembly)' == 'true'"
133
134
Exclude ="
134
135
@(_ReferencedExtensionsRefAssemblies);
135
136
@(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'Microsoft.NETCore.App.Ref'));
136
137
@(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'System.Security.Cryptography.Pkcs'));
137
138
@(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'System.Drawing.Common'));
138
139
@(ReferencePathWithRefAssemblies->WithMetadataValue('NuGetPackageId', 'Microsoft.Win32.SystemEvents'));
139
- @(ReferencePathWithRefAssemblies->WithMetadataValue('IsReferenceAssembly', 'false'));
140
140
@(ReferencePathWithRefAssemblies->WithMetadataValue('ReferenceGrouping', 'Microsoft.NETCore.App'));" />
141
141
142
142
<AspNetCoreReferenceAssemblyPath
You can’t perform that action at this time.
0 commit comments