Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion Converting Our Project to a Web App

Creating this project with a modern version of .NET Core

Thanks for the videos so far.

https://teamtreehouse.com/library/converting-our-project-to-a-web-app

I'm trying to follow along using the latest version of .NET Core. Things don't quite line up, but here's what I've figured out so far:

  • Instead of running dotnet new, I should run dotnet new console
  • Instead of adding a dependency to project.json (which no longer exists), I should use Visual Studio to add the corresponding nuget package.

However, when I try to run my application (either through F5 or dotnet run), it immediately opens, then closes. Any idea what I'm doing wrong?

Thanks in advance.