Closed saf-itpro closed 5 years ago
I opened the project in VS2017 - latest version . But when I run the following ps command in Visual Studio's console window it gives the error shown below. Question: What I may be doing wrong or missing?
VS2017 - latest version
PM> Install-Package RtfPipe
Error:
Install-Package : NU1108: Cycle detected. RtfPipe -> RtfPipe (>= 1.0.6980.30005). At line:1 char:1 + Install-Package RtfPipe + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand Install-Package : Package restore failed. Rolling back package changes for 'RtfPipe'. At line:1 char:1 + Install-Package RtfPipe + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
@erdomke It ran fine after I ran Install-Package RtfPipe -Version 1.0.6980.30005 (taken from https://www.nuget.org/packages/RtfPipe/).
Install-Package RtfPipe -Version 1.0.6980.30005
I opened the project in
VS2017 - latest version
. But when I run the following ps command in Visual Studio's console window it gives the error shown below. Question: What I may be doing wrong or missing?PM> Install-Package RtfPipe
Error: