Skip to content

Commit 6e85740

Browse files
committed
avalonia sample target net8 and bump to avalonia 11.2.5
1 parent b2a4e7b commit 6e85740

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

samples/LibVLCSharp.Avalonia.Sample/LibVLCSharp.Avalonia.Sample.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<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>
65
<LangVersion>8.0</LangVersion>
76
<ApplicationManifest>app.manifest</ApplicationManifest>
87
</PropertyGroup>
@@ -16,12 +15,12 @@
1615
<AvaloniaResource Include="Assets\**" />
1716
</ItemGroup>
1817
<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" />
2221
</ItemGroup>
2322
<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" />
2524
<PackageReference Condition="$([MSBuild]::IsOsPlatform('OSX'))" Include="VideoLAN.LibVLC.Mac" Version="3.1.3.1" />
2625
</ItemGroup>
2726
<ItemGroup>

0 commit comments

Comments
 (0)