From the course: Visual Studio: Source Control with Git and GitHub

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Verify forked project runs on computer

Verify forked project runs on computer - Visual Studio Tutorial

From the course: Visual Studio: Source Control with Git and GitHub

Start my 1-month free trial

Verify forked project runs on computer

- [Instructor] What's the first thing you do when you have a new project on your computer, other than compiling it to make sure it compiles correctly? Do you run it and check it out? So that's what Terry's going to do. Debug, start debugging. And we get an error page. The issue is this application is looking for Microsoft ASP.NET Core version 2.2.0, and that's not installed on Terry's computer. She does have version 3.3.0 installed. So there's two choices here. We can either install the older runtime or Terry can start modifying the project and making pull requests. For this example, we're just going to add the runtime to her computer. So we need to run the installer. Go to the community edition. That's what she's using. Make sure you have ASP.NET and web development installed, and you also should have the .NET Core cross-platform, and then go to individual components and install .NET Core 2.2 runtime, and then…

Contents