Skip to content
New issue

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

Enquery about installation #6

Open
reveng007 opened this issue Jun 14, 2022 · 1 comment
Open

Enquery about installation #6

reveng007 opened this issue Jun 14, 2022 · 1 comment

Comments

@reveng007
Copy link

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.

image

How to get past this?
Any help..
(PS: I haven't cloned or downloaded the repo files)

@AngelGzS
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants