Skip to content

Commit 76faf4a

Browse files
committed
Add a bit more to Microsoft.AspNetCore.App.nuspec
- left 3 new transitive dependencies out of #30639
1 parent bffb3ca commit 76faf4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/external-dependencies.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
<ExternalDependency Include="xunit" Version="$(XunitPackageVersion)" />
225225

226226
<!-- Dependencies listed only to include otherwise-transitive references in Microsoft.AspNetCore.App.nuspec. -->
227-
<ExternalDependency Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
228-
<ExternalDependency Include="System.Security.Cryptography.Pkcs" Version="$(SystemSecurityCryptographyPkcsPackageVersion)" />
229-
<ExternalDependency Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesPackageVersion)" />
227+
<ExternalDependency Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" AllMetapackage="true" AppMetapackage="true" />
228+
<ExternalDependency Include="System.Security.Cryptography.Pkcs" Version="$(SystemSecurityCryptographyPkcsPackageVersion)" AllMetapackage="true" AppMetapackage="true" />
229+
<ExternalDependency Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesPackageVersion)" AllMetapackage="true" AppMetapackage="true" />
230230
</ItemGroup>
231231

232232
</Project>

0 commit comments

Comments
 (0)