Replies: 7 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
I voted for dropping all framework versions that are no longer officially supported, but that is mostly speaking as a fellow open source library maintainer rather than a user. Reasons:
|
Beta Was this translation helpful? Give feedback.
-
I may have accidentally voted. Just literally woke up and tapped my thumb. Agree, supporting old .net core version is insane. Can you target net482 tho? Not a huge deal if you can't - just add a note on the Readme for people who want that version to use the last supported nuget package and say any issues are unsupported |
Beta Was this translation helpful? Give feedback.
-
Regarding versioning, don't you think it would be appropriate to jump to 2.x.x? |
Beta Was this translation helpful? Give feedback.
-
I agree with dropping all the old frameworks, your comfort with development is of the highest priority. |
Beta Was this translation helpful? Give feedback.
-
Note that I'll pick this up in 2025 |
Beta Was this translation helpful? Give feedback.
-
I want to drop support for older frameworks in the WireMock.Net NuGet package.
1️⃣ netstandard
netstandard 1.3
I want to drop support for netstandard 1.3 because:
netstandard 2.0 & netstandard 2.1
For these two, the same context applies as for 1.3
2️⃣ .NET Framework 4.5.1, 4.6 and 4.6.1
All these full frameworks have gone end of life (#864) so these could be removed. (However if someone is still using these, they need to upgrade)
3️⃣ .NET Core 3.1 and .NET 5.0
These full frameworks have also reached end of life.
💡 Versioning
If this change is applied to WireMock.Net, this will mean a version change from
1.5
to1.6
.10 votes ·
Beta Was this translation helpful? Give feedback.
All reactions