mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
.net6 version #445
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leozin on GitHub (Sep 8, 2022).
Hi, I have come from Java background and now that I moved to another company, I'm using loads of .NET.
I always loved WireMock and I wanted to use in one project, however it seems it is not supported by .net6.
Are there any plans to create a version which would be compatible with .net6?
Thanks
@StefH commented on GitHub (Sep 8, 2022):
.NET 6 is supported:
@StefH commented on GitHub (Sep 8, 2022):
But I will create also a .NET 6 version.
@leozin commented on GitHub (Sep 8, 2022):
Thanks for that Stef!

See, I'm trying to download it via VS2022 and I can see only this version:
Maybe I'm using the wrong source?
@StefH commented on GitHub (Sep 8, 2022):
Indeed, that's a very old version. Maybe try refreshing?
@leozin commented on GitHub (Sep 8, 2022):
It worked now :) I've added nuget.org as a source and I've changed the source when browsing the package, then it found the latest one with the nice icon etc.
Thanks for the help sir :)