jozefizso / SystemWrapper

.NET library for easier testing of system APIs.
Microsoft Public License
175 stars 62 forks source link

Question: Any plans for .NET 6? #61

Open Japollack opened 2 years ago

Japollack commented 2 years ago

.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?

jozefizso commented 2 years ago

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

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

hmartinez82 commented 2 years ago

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

rheuser commented 1 year ago

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?