Answered step by step
Verified Expert Solution
Question
1 Approved Answer
'dotnet restore' Error when building App with Yeoman Hello I am building a MVC Core Web app with yeoman and am having some issues. I
'dotnet restore' Error when building App with Yeoman
Hello I am building a MVC Core Web app with yeoman and am having some issues. I have found an answer that describes my issue perfectly here: http://stackoverflow.com/questions/42176484/dotnet-restore-getting-error-with-new-csproj-file-no-project-json-file |
However the link the answer provided does not work. Also I don't know what steps to take install the latest version.
I know this is a rudimentary question. What file edits do I need to make to install latest version?
What type of application do you want to create? Web API Application What's the name of your ASP.NET application? 3610ProjectApi create 3610 ProjectApi gitignore create 3610 ProjectApi appsettings json create 3610 ProjectApi\appsettings .Development json create 3610 ProjectApi Startup. cs create 3610 ProjectApi Program. cs create 3610 ProjectApi13610ProjectApi.csproj create 3610ProjectApi Properties\launchsettings json create 3610 ProjectApi Controllers UaluesController. cs create 3610 ProjectApi\web.config create 3610 ProjectApi README md create 3610ProjectApi\global json Your project is now created, you can use the following commands to get going 3610 Project Api dotnet restore dotnet build (optional build will also happen when it's run) dotnet run C:\Users\Tim Desktop13610Project cd 3610ProjectApi C Users\Tim Desktop13610Project13610ProjectApi dotnet restore Warn The folder 'C:\Users\Tim Desktop13610Project13610ProjectApi' does not con tain a project to restore C Users\Tim Desktop13610Project13610ProjectApi dotnet -u restore Telemetry is Enabled warn The folder C Users\Tim Desktop13610Project13610ProjectApi' does not con tain a project to restore C Users Tim Desktop13610Project13610ProjectApi nuget locals all -clear nuget is not recognized as an internal or external command operable program or batch file C Users\Tim Desktop13610Project13610ProjectApi dotnet --version 1.0.0-preview 2-1-0031 77 C Users Tim Desktop 13610Proiect13610Proiect Ap i codeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started