File tree 1 file changed +5
-6
lines changed
samples/LibVLCSharp.Avalonia.Sample 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework Condition =" $([MSBuild]::IsOsPlatform('Windows'))" >net6.0</TargetFramework >
5
- <TargetFramework Condition =" !$([MSBuild]::IsOsPlatform('Windows'))" >netcoreapp3.1</TargetFramework >
4
+ <TargetFramework >net8.0</TargetFramework >
6
5
<LangVersion >8.0</LangVersion >
7
6
<ApplicationManifest >app.manifest</ApplicationManifest >
8
7
</PropertyGroup >
16
15
<AvaloniaResource Include =" Assets\**" />
17
16
</ItemGroup >
18
17
<ItemGroup >
19
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.4 " />
20
- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.0.4 " />
21
- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.4 " />
18
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.2.5 " />
19
+ <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.2.5 " />
20
+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.2.5 " />
22
21
</ItemGroup >
23
22
<ItemGroup >
24
- <PackageReference Condition =" $([MSBuild]::IsOsPlatform('Windows'))" Include =" VideoLAN.LibVLC.Windows" Version =" 3.0.16 " />
23
+ <PackageReference Condition =" $([MSBuild]::IsOsPlatform('Windows'))" Include =" VideoLAN.LibVLC.Windows" Version =" 3.0.21 " />
25
24
<PackageReference Condition =" $([MSBuild]::IsOsPlatform('OSX'))" Include =" VideoLAN.LibVLC.Mac" Version =" 3.1.3.1" />
26
25
</ItemGroup >
27
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments