Skip to content

Commit

Permalink
Update readme for switching to .csproj style project, Visual Studio 2…
Browse files Browse the repository at this point in the history
…017 and .NET Core 1.1
  • Loading branch information
RickStrahl committed Feb 6, 2017
1 parent 0dda286 commit 5c491db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ The **ASP.NET Core** Backend demonstrates:
The sample also includes a few Server Side Rendered MVC pages for browsing and viewing of albums and artists. I'll be adding the edit pages at a later point.

Version supported:
**ASP.NET Core 1.01**
* **.NET Core 1.1.0**
* **Visual Studio 2017 (.csproj)**

> #### Visual Studio 2015
> If you're using Visual Studio 2015, you need to use the `Last.NET1.01Version` Git tag to retrieve the last version that uses Visual Studio 2015 and the `.xproj`/`project.json` format. All newer builds use Visual Studio 2017 and the new `.csproj` style format.
### Angular 2.0 Features
The **Angular 2.0** front end application demonstrates:
Expand Down

0 comments on commit 5c491db

Please sign in to comment.