Open hughesjs opened 2 years ago
@hugesjs, how about client-side code that can only target netstandard2.0, for example? I am asking because I am looking for a client-side library that I ultimately use in a project that is -- very unfortunately -- tied to .NET Framework. Without going into further details, this is Microsoft's choice, not mine. I would love to be on .NET 6 etc. with all our code base.
If there is no support for netstandard2.0 at least, I would have to look elsewhere.
Personally, I think it's time to leave the .NET Framework behind.
This project doesn't use anything like WinForms or WPF, so there are no issues there.
However, some of the sample projects are .NET Framework, as is the WebApi package. Which is why #32 failed rather spectacularly and I had to reset the whole thing (I had the Windows Specific Projects hidden and forgot - whoops...).
The benefits of the upgrade to .NET 6 include:
System.Text.Json
My suggested course of action would be:
Hypermedia.Sample.WebApi
Hypermedia.WebApi
Hypermedia.JsonApi.WebApi
System.Text.Json
everywhere but I'd recommend waiting for #42 to be completed first or there will be a nightmare regression testing it.