We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378cb9 commit 4c1d459Copy full SHA for 4c1d459
src/LibVLCSharp.Uno/LibVLCSharp.Uno.csproj
@@ -3,7 +3,7 @@
3
<Title>LibVLCSharp.Uno</Title>
4
<Summary>Uno integration for LibVLCSharp</Summary>
5
<TargetFrameworks>net9.0-android;net9.0-ios</TargetFrameworks>
6
- <TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net8.0-windows10.0.19041</TargetFrameworks>
+ <TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net9.0-windows10.0.19041</TargetFrameworks>
7
<GenerateLibraryLayout>true</GenerateLibraryLayout>
8
<OutputType>Library</OutputType>
9
<Description>LibVLCSharp.Uno is the integration of LibVLCSharp with the Uno Platform on Windows, iOS and Android.
0 commit comments