Skip to content

Commit 4304fc7

Browse files
committed
Include more dependencies in Microsoft.AspNetCore.App.nuspec
- all three come from CoreFx or core-setup
1 parent b273f4c commit 4304fc7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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>

build/external-dependencies.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@
222222
<ExternalDependency Include="xunit.extensibility.execution" Version="$(XunitExtensibilityExecutionPackageVersion)" />
223223
<ExternalDependency Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualstudioPackageVersion)" />
224224
<ExternalDependency Include="xunit" Version="$(XunitPackageVersion)" />
225+
226+
<!-- 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)" />
225230
</ItemGroup>
226231

227232
</Project>

0 commit comments

Comments
 (0)