Skip to content

Commit a1c4a35

Browse files
committed
Update WinUI sample to net10.0-windows TFM
1 parent e265c6b commit a1c4a35

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/LibVLCSharp.WinUI.Sample/LibVLCSharp.WinUI.Sample.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
4+
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
5+
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' And ('$(Platform)' == '' Or '$(Platform)' == 'AnyCPU')">win-x64</RuntimeIdentifier>
56
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
67
<RootNamespace>LibVLCSharp.WinUI.Sample</RootNamespace>
78
<ApplicationManifest>app.manifest</ApplicationManifest>
89
<Platforms>x86;x64;arm64</Platforms>
9-
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
10+
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1011
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
1112
<UseWinUI>true</UseWinUI>
1213
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>

0 commit comments

Comments
 (0)