Skip to content

Commit 4682c2a

Browse files
John Luodougbu
authored andcommitted
Test ref pack fix
1 parent 5dc2d6e commit 4682c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)