File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 224
224
<ExternalDependency Include =" xunit" Version =" $(XunitPackageVersion)" />
225
225
226
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)" />
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 " />
230
230
</ItemGroup >
231
231
232
232
</Project >
You can’t perform that action at this time.
0 commit comments