RadicalFx / Radical

Radical is an infrastructure framework whose primary role is to help in the development of composite WPF applications based on the Model View ViewModel pattern.
http://www.radicalframework.com/
MIT License
38 stars 3 forks source link

vNext (.NET Standard 2.x support) #258

Closed mauroservienti closed 4 years ago

mauroservienti commented 5 years ago

Related to https://github.com/RadicalFx/housekeeping/issues/72

.NET Core 3.0 will support WPF, we cannot expect all users to move to NET Core 3.0 straight away and at the same time we cannot reliably support multiple versions of Radical. The best move seems to be moving Radical to netstandard2 so that it can be consumed by NET Core and Full Framework libraries.

mauroservienti commented 4 years ago

Removed the requirement to obsolete types, it'll be done in 2.1.0. As beta is already available on Nuget this can be considered as done.