Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
466 views
in Technique[技术] by (71.8m points)

nuget package - Running a asp.net core project inside another/new machine

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?

question from:https://stackoverflow.com/questions/65873065/running-a-asp-net-core-project-inside-another-new-machine

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...