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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Currently trying to list the available NuGet sources using kpm blows up with an exception:
C:\Users\danroth27\Documents\Visual Studio 14\Projects\WebApplication7\src\WebApplication7>kpm sources
Specify --help for a list of available options and commands.
System.Exception: TODO: Error: unrecognized argument 'sources'
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.Execute(String[] args)
at Microsoft.Framework.PackageManager.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
Yes yes I think this should be a very top priority cus new nuget sources for aspvext are popping up in the project causing some dependencies to fail installation
It would be nice to be able to edit the list of sources for kpm
Currently trying to list the available NuGet sources using kpm blows up with an exception:
The text was updated successfully, but these errors were encountered: