Add tvOS to .NET5 runtime pack IDs

This commit is contained in:
Alexander Köplinger 2020-04-06 17:38:50 +02:00
parent 6de5203c5d
commit 8289cde9a0

View file

@ -78,6 +78,8 @@
ios-arm64;
ios-arm;
ios-x64;
tvos-arm64;
tvos-x64;
" />
<NetCoreRuntimePackRids Include="@(NetCore5RuntimePackRids)"/>