Skip to content

Commit 5ecc77c

Browse files
committed
actually no
This reverts commit 3d02f78.
1 parent 40a45fb commit 5ecc77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LibVLCSharp/LibVLCSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ This package also contains the views for the following platforms:
2828
If you need Xamarin.Forms support, see LibVLCSharp.Forms.
2929

3030
LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.</Description>
31-
<TargetFrameworks>netstandard2.1;netstandard2.0;net45;net471;net6.0</TargetFrameworks>
31+
<TargetFrameworks>netstandard2.1;netstandard2.0;net45;net471</TargetFrameworks>
3232
<TargetFrameworks Condition="!$([MSBuild]::IsOsPlatform('Linux'))">$(TargetFrameworks);monoandroid81;xamarin.ios10;xamarin.mac20</TargetFrameworks>
33-
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);uap10.0.18362;net6.0-windows10.0.17763.0;net6.0-ios;net6.0-android;net6.0-tvos;net6.0-macos</TargetFrameworks>
33+
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);uap10.0.18362;net6.0;net6.0-windows10.0.17763.0;net6.0-ios;net6.0-android;net6.0-tvos;net6.0-macos</TargetFrameworks>
3434
<Configurations>Debug;Release;Win32Debug;Win32Release</Configurations>
3535
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeAWindow</TargetsForTfmSpecificBuildOutput>
3636
<RootNamespace>LibVLCSharp</RootNamespace>

0 commit comments

Comments
 (0)