Add WindowsDesktop dependency from sdk.proj (#19071)

This commit is contained in:
Matt Mitchell 2024-03-15 14:24:17 -07:00 committed by GitHub
parent b40c44502d
commit 811c35935e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
<ItemGroup>
<RepositoryReference Include="arcade" />
<RepositoryReference Include="aspnetcore" />
<RepositoryReference Include="windowsdesktop" Condition="'$(TargetOS)' == 'windows'" />
<RepositoryReference Include="command-line-api" />
<RepositoryReference Include="deployment-tools" />
<RepositoryReference Include="emsdk" />