basdijkstra / rest-assured-net

C# DSL for writing readable tests for HTTP-based APIs
Apache License 2.0
145 stars 19 forks source link

Investigate compatibility to .NET Standard 2.0 #106

Closed basdijkstra closed 12 months ago

basdijkstra commented 1 year ago

A first check shows that targeting netstandard2.0 instead of .NET 6 and .NET 7 (which we do now) breaks a lot of things, so this is more work than I initially hoped for. I'll have a think first about whether or not this is worth it given the status of .NET Standard.

basdijkstra commented 12 months ago

I've given this some more thought and right now, I don't feel like putting in all the work to potentially target some additional frameworks that are out of support anyway. Closing this one.