Add WindowsDesktop dependency from sdk.proj (#19071)
This commit is contained in:
parent
b40c44502d
commit
811c35935e
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue