jozefizso/SystemWrapper

Question: Any plans for .NET 6?

Japollack opened this issue · 3 comments

.NET 6 is out since the end of last year. This is a long-term support (LTS) release that will be supported for three years. I do not know if there are any braking change concerning the IO etc.
As the unifying .NET 6 is supported only by the Visual Studio 2022 then multi-targeted platform would be a versatile solution.

Your thoughts on this?

Hi @Japollack, these libraries can be used with the .NET 6 projects.

A PR for updating libraries to target net6.0 TFM is welcome.

@jozefizso you mean it's just a matter of updating the nuget recipe? I'll do it then :)

I have just updated my app to .Net 6.0. How do I change SystemWrapper.Interfaces to be able to use it with .Net 6.0? Do I need to install a different package?