mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Support for .net6.0 on nuget package #464
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 @allancascante on GitHub (Oct 31, 2022).
I tried creating a new console app using .net6.0 as framework and adding the nuget package for WireMock.Net but the version 202211019.10119.137 that gets installed shows a warning saying .net6.0 might not be compatible. I checked the sources and I see .net6.0 build config is there and I downloaded it and build it and the support for .net6.0 out of the source code seems to be ok. Is it .net6.0 officially supported? is there a problem with the latest nuget version? I am ok adding the compiled version manually, but I would say it is better to have .net6.0 support out of nuget directly; I am trying to drive usage of this lib for our project and having to manually add the dependencies might add up some resistance.
@StefH commented on GitHub (Oct 31, 2022):
That's a strange version.
Did you download from nuget?
@allancascante commented on GitHub (Oct 31, 2022):
I did a Package-Install WireMock.Net on the nuget console without any version.
@allancascante commented on GitHub (Oct 31, 2022):
I tried providing the version and it worked, Installing NuGet package WireMock.Net 1.5.9. NuGet\Install-Package WireMock.Net -Version 1.5.9
@StefH commented on GitHub (Oct 31, 2022):
Very strange. I wonder where you got that version? Via a different package provider?