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
I was trying to install with Install-Package TempMail.API cmd in powershell (normal as well as admin), it didn't work. Actually, I'm quite new to C#.
Install-Package TempMail.API
This is the attachment.
How to get past this? Any help.. (PS: I haven't cloned or downloaded the repo files)
The text was updated successfully, but these errors were encountered:
Hello
You can try with this:
For Powershell 5.1:
Install-Package TempMail.API -Destination ".\NugetPackages" -Source 'https://www.nuget.org/api/v2' -ProviderName NuGet -SkipDependencies
For new versions of Powershell you can use https://api.nuget.org/v3/index.json
Sorry, something went wrong.
No branches or pull requests
I was trying to install with
Install-Package TempMail.API
cmd in powershell (normal as well as admin), it didn't work.Actually, I'm quite new to C#.
This is the attachment.
How to get past this?
Any help..
(PS: I haven't cloned or downloaded the repo files)
The text was updated successfully, but these errors were encountered: