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
we are migrating one of the modules to dot net core 8.0 as all older ones are out of support now. We have observed that "Microsoft.Xaml.Behaviors.Uwp.Managed" NuGet package does not support the Dot Net Core 8.0. Could you please help us support Dot Net Core 8.0 for this NuGet Package? We are using v2.0.1 currently stable.
The text was updated successfully, but these errors were encountered:
@anagupt can you clarify what type of project you have?
UWP uses .NET Native, not .NET "Core". Otherwise, you'd want the WinUI package for WinUI 3 and the Windows App SDK.
Unless you're talking about the new preview of UWP support for .NET 9; that'll come in the upcoming 3.0.0 version of the package, that PR was done here: #256
hello team,
we are migrating one of the modules to dot net core 8.0 as all older ones are out of support now. We have observed that "Microsoft.Xaml.Behaviors.Uwp.Managed" NuGet package does not support the Dot Net Core 8.0. Could you please help us support Dot Net Core 8.0 for this NuGet Package? We are using v2.0.1 currently stable.
The text was updated successfully, but these errors were encountered: