Update Microsoft.WindowsDesktop.App to mark as "Windows only".

This commit marks the `Microsoft.WindowsDesktop.App` known framework reference
as Windows only.  This will be used by a upcoming SDK change to ensure that
"Windows only" frameworks can only be used on Windows.
This commit is contained in:
Peter Huene 2019-05-30 17:35:20 -07:00
parent 19761f8a5c
commit 565e0d9b06
No known key found for this signature in database
GPG key ID: E1D265D820213D6A

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"