Skip to content

Commit d06bde9

Browse files
committed
Include transitive refs in meta-package .nuspec files
- #30279 - ensure dependencies are up-to-date even when PatchConfig.props is empty - change only CoreFx and core-setup dependencies - also change transitive references that weren't mentioned before
1 parent 9abd18f commit d06bde9

File tree

2 files changed

+57
-47
lines changed

2 files changed

+57
-47
lines changed

build/dependencies.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,10 @@
230230
<XunitExtensibilityExecutionPackageVersion>2.3.1</XunitExtensibilityExecutionPackageVersion>
231231
<XunitPackageVersion>2.4.0</XunitPackageVersion>
232232
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
233+
234+
<!-- Dependencies listed only to include otherwise-transitive references in Microsoft.AspNetCore.App.nuspec. -->
235+
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.1.0</MicrosoftDotNetPlatformAbstractionsPackageVersion>
236+
<SystemSecurityCryptographyPkcsPackageVersion>4.5.0</SystemSecurityCryptographyPkcsPackageVersion>
237+
<SystemTextEncodingCodePagesPackageVersion>4.5.0</SystemTextEncodingCodePagesPackageVersion>
233238
</PropertyGroup>
234239
</Project>

0 commit comments

Comments
 (0)