You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, you should be able to set the DisableImplicitFrameworkDefines property to false. For some reason, the extras is setting that to true here:
Context
For LibVLCSharp, we need to support Xamarin.Forms projects and old .net versions as well as the new .net6.0 tfms
The issue
A repro can be found here : https://github.com/jeremyVignelles/repro-tfm-msbuild-sdk-extras
It seems that
NET6_0_OR_GREATER
is not defined anywhere andNET6_0
is only defined innet6.0
and notnet6.0-windows
It also seem that I can't use the new top-level statements in such projects.
The text was updated successfully, but these errors were encountered: