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
I am getting the below error when execting Run Build Tasks in visual studio code.
I am using MAC M1 to execute this.
/var/folders/jr/rgwbdwcn75jg35g3fp7_jhfr0000gn/T/5e9a7299-f6ef-4564-8e74-cc8e9557dd31/restore.csproj : error NU1102: Unable to find package neo.express with version (= 3.5.19)
/var/folders/jr/rgwbdwcn75jg35g3fp7_jhfr0000gn/T/5e9a7299-f6ef-4564-8e74-cc8e9557dd31/restore.csproj : error NU1102: - Found 27 version(s) in nuget.org [ Nearest version: 3.5.20 ]
Package "neo.express" failed to restore, due to Microsoft.DotNet.ToolPackage.ToolPackageException: The tool package could not be restored.
at Microsoft.DotNet.Tools.Tool.Install.ProjectRestorer.Restore(FilePath project, PackageLocation packageLocation, String verbosity)
at Microsoft.DotNet.ToolPackage.ToolPackageInstaller.InstallPackageToExternalManagedLocation(PackageLocation packageLocation, PackageId packageId, VersionRange versionRange, String targetFramework, String verbosity)
at Microsoft.DotNet.Tools.Tool.Restore.ToolRestoreCommand.InstallPackages(ToolManifestPackage package, Nullable`1 configFile)
Tool 'neo.compiler.csharp' (version '3.5.0') was restored. Available commands: nccs
Restore partially failed.
The terminal process "/bin/zsh '-c', 'dotnet tool restore'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
The text was updated successfully, but these errors were encountered:
I am getting the below error when execting Run Build Tasks in visual studio code.
I am using MAC M1 to execute this.
/var/folders/jr/rgwbdwcn75jg35g3fp7_jhfr0000gn/T/5e9a7299-f6ef-4564-8e74-cc8e9557dd31/restore.csproj : error NU1102: Unable to find package neo.express with version (= 3.5.19)
/var/folders/jr/rgwbdwcn75jg35g3fp7_jhfr0000gn/T/5e9a7299-f6ef-4564-8e74-cc8e9557dd31/restore.csproj : error NU1102: - Found 27 version(s) in nuget.org [ Nearest version: 3.5.20 ]
Package "neo.express" failed to restore, due to Microsoft.DotNet.ToolPackage.ToolPackageException: The tool package could not be restored.
at Microsoft.DotNet.Tools.Tool.Install.ProjectRestorer.Restore(FilePath project, PackageLocation packageLocation, String verbosity)
at Microsoft.DotNet.ToolPackage.ToolPackageInstaller.InstallPackageToExternalManagedLocation(PackageLocation packageLocation, PackageId packageId, VersionRange versionRange, String targetFramework, String verbosity)
at Microsoft.DotNet.Tools.Tool.Restore.ToolRestoreCommand.InstallPackages(ToolManifestPackage package, Nullable`1 configFile)
Tool 'neo.compiler.csharp' (version '3.5.0') was restored. Available commands: nccs
Restore partially failed.
The text was updated successfully, but these errors were encountered: