You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install-PSResource : Could not load file or assembly 'NuGet.Versioning, Version=5.7.0.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
gmo *get*
ModuleType Version Name ExportedCommands
-------------------------------------
Script 3.0.0 PowerShellGet {Find-PSResource,Get-PSResource,Get-PSResourceRepository,Install-PSResource...}
$PSVersionTable
Name Value
---------
PSVersion 5.1.21318.1000Install-PSResource-name posh-git
Install-PSResource : Could not load file or assembly 'NuGet.Versioning, Version=5.7.0.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot
find the file specified.
At line:1 char:1+Install-PSResource-name posh-git
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-PSResource], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.PowerShellGet.Cmdlets.InstallPSResource
Thanks @brwilkinson this is an interesting issue...are you using Azure Functions? We packaged the nuget assemblies in the latest version of PowerShellGet, so re-installing the module may help...
Install-PSResource : Could not load file or assembly 'NuGet.Versioning, Version=5.7.0.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I saw some other references to this e.g.: Azure/azure-functions-host#6650
The text was updated successfully, but these errors were encountered: