Merge pull request #2213 from peterhuene/update-windowsdesktop-known-framework

Update Microsoft.WindowsDesktop.App to mark as "Windows only".
This commit is contained in:
Peter Huene 2019-05-30 23:07:56 -07:00 committed by GitHub
commit 06c20b5fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,6 +211,7 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(WindowsDesktopTargetingPackVersion)"
RuntimePackNamePatterns="runtime.**RID**.Microsoft.WindowsDesktop.App"
RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackRids, '%3B')"
IsWindowsOnly="true"
/>
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"