Skip to content

Commit 68ccc48

Browse files
committed
add rid
1 parent 9ec6cd5 commit 68ccc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/MAUI/LibVLCSharp.MAUI.Sample.MediaElement/LibVLCSharp.MAUI.Sample.MediaElement.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
2424
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
2525
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
26+
<RuntimeIdentifiers Condition="$(TargetFramework.Contains('-windows'))">win-x64;win-x86;win-arm64</RuntimeIdentifiers>
2627
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2728
</PropertyGroup>
2829
<ItemGroup>

0 commit comments

Comments
 (0)