I have developed a project using asp.net core and angular. I have installed some Nuget packages inside my project. Now I have cpoied my whole project file in another machine. I have installed the same dotnet sdk version there.But then when I run my project there appears to be the nuget packages are missing and those packages were going to be downloaded again and throws a error like that--
C:Program Filesdotnetsdk5.0.101NuGet.targets(131,5): error : Failed to download package 'Microsoft.EntityFrameworkCore.Design.5.0.2' from 'https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.design/5.0.2/microsoft.entityframeworkcore.design.5.0.2.nupkg'. [E:questions (2-2)ChatingAppAPIAPI.csproj]
Now I wonder if i installed the packages locally inside my project while developing ,then why they going to be installed again?
2.1m questions
2.1m answers
60 comments
57.0k users