migrate the WPF project From framework4.8 to core3.1 platform #3541
-
When I tried to migrate a WPF project, which referred the ReactiveUI.WPF NuGet package and was originally created in .NET Framework 4.8, to .NET Core 3.1 platform, an error occurred in the constructor of MainWindow.xaml.cs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
.net core 3.1 is no longer supported by Microsoft. Upgrade to .net6 or above. |
Beta Was this translation helpful? Give feedback.
-
NOTE: for the latest ReativeUI.Wpf with .Net 6 you will need to use the following minimum target net6.0-windows10.0.17763 |
Beta Was this translation helpful? Give feedback.
.net core 3.1 is no longer supported by Microsoft. Upgrade to .net6 or above.