Skip to content

Commit b43c38f

Browse files
committed
bump
1 parent 04193e4 commit b43c38f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.251106002" />
28-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.6901" />
28+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7175" />
2929
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.18" />
3030
<Manifest Include="$(ApplicationManifest)" />
3131
</ItemGroup>

src/LibVLCSharp.Uno/LibVLCSharp.Uno.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ It also contains a VLC MediaPlayerElement for the Uno Platform (UWP, Android, iO
5555
<Page Include="**\*.iOS.*xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
5656
</ItemGroup>
5757
<ItemGroup Condition="$(TargetFramework.Contains('windows'))">
58-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
59-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
58+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.251106002" />
59+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7175" />
6060
</ItemGroup>
6161
</Project>

0 commit comments

Comments
 (0)