Fix bionic exclusion for ASP.NET (#16569)

This commit is contained in:
Michal Strehovský 2023-06-05 11:36:31 +09:00 committed by GitHub
parent 1913fb8600
commit 252175db57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -527,7 +527,7 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)"
RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')"
RuntimePackExcludedRuntimeIdentifiers="android;linux-bionic"
RuntimePackExcludedRuntimeIdentifiers="android%3Blinux-bionic"
/>
<KnownFrameworkReference Include="Microsoft.Windows.SDK.NET.Ref"