erdomke / RtfPipe

Library for processing rich-text format (RTF) streams
MIT License
121 stars 44 forks source link

NuGet installation of this package is failing #27

Closed saf-itpro closed 5 years ago

saf-itpro commented 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?

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
saf-itpro commented 5 years ago

@erdomke It ran fine after I ran Install-Package RtfPipe -Version 1.0.6980.30005 (taken from https://www.nuget.org/packages/RtfPipe/).