File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 230
230
<XunitExtensibilityExecutionPackageVersion >2.3.1</XunitExtensibilityExecutionPackageVersion >
231
231
<XunitPackageVersion >2.4.0</XunitPackageVersion >
232
232
<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 >
233
238
</PropertyGroup >
234
239
</Project >
Original file line number Diff line number Diff line change 222
222
<ExternalDependency Include =" xunit.extensibility.execution" Version =" $(XunitExtensibilityExecutionPackageVersion)" />
223
223
<ExternalDependency Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualstudioPackageVersion)" />
224
224
<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)" />
225
230
</ItemGroup >
226
231
227
232
</Project >
You can’t perform that action at this time.
0 commit comments