mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 09:17:47 +00:00
[Bug] Detected package downgrade on dotnet restore #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matthamil on 12/13/2016
When I clone the project and run
npm install,bower install,npm start, and then open a new tab and rundotnet restore, I get the following output:I'm sure all I have to do to fix this is to manually update my
project.json, but I think the project should be updated with the latest version of .NET Core and the dependencies.I also get the following error on
dotnet run