Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support/port to .NET4.8/.NET 6 #5

Open
IbexPeak opened this issue Mar 20, 2022 · 1 comment
Open

Support/port to .NET4.8/.NET 6 #5

IbexPeak opened this issue Mar 20, 2022 · 1 comment

Comments

@IbexPeak
Copy link

Hi,

currently SmartMvvm.xaml is built with .NET 4.5.2 and .NET Core 3.1.

As .NET 4.5.2 has no LTS support and .NET Core 3.1 ends in Nov 2022, I want to ask if it is planned to port it to .NET 4.8 (has LTS support) and .NET 6? I can prepare a pull request if you want.

Thanks for your reply in advance!

@MichaeIDietrich
Copy link
Owner

In my opinion it is fine to target these runtimes, since that way it is highly compatible to almost any WPF application out there. As these frameworks are upward compatible to .NET Framework 4.8 and .NET 6.0 and further. Actually I currently don't see a reason for raising the level to use this library.
And you should also have in mind that this library only defines these frameworks as lower limit but the actual framework is provided by the consumer of this library who can easily target the latest .NET runtime. As long as compatibility stands and compilation works I would probably leave it as low as possible and reasonable.

Do I miss something or do you see any need to move to a later version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants