We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet new console -o hwapp cd hwapp dotnet add package RichardSzalay.MockHttp
Version 1.5.0 (latest listed version) is installed
Version 3.0.0 (unlisted version) is installed
dotnet --info output:
dotnet --info
Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9 Runtime Environment: OS Name: ubuntu OS Version: 14.04 OS Platform: Linux RID: ubuntu.14.04-x64 Base Path: /usr/share/dotnet/sdk/2.0.0/ Microsoft .NET Core Shared Framework Host Version : 2.0.0 Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
The text was updated successfully, but these errors were encountered:
FWIW, Install-Package works as expected.
Install-Package
Sorry, something went wrong.
Hi @richardszalay thank you for the issue.
For the behavior you mentioned, there is an opposite issue NuGet/Home#5069
I am waiting for the "designed behavior" from nuget
@richardszalay sorry for the delay, you are right, these 2 issues are the same. I am closing this one and only track it in NuGet/Home#5069
No branches or pull requests
Steps to reproduce
Expected behavior
Version 1.5.0 (latest listed version) is installed
Actual behavior
Version 3.0.0 (unlisted version) is installed
Environment data
dotnet --info
output:The text was updated successfully, but these errors were encountered: