Skip to content

Commit

Permalink
Remove Visual Studio as a prerequisite (dotnet#4223)
Browse files Browse the repository at this point in the history
With .NET Core cross-platform and IDE agnostic listing Visual Studio 2017 as a prerequisite is confusing, especially when the only reason Visual Studio is listed is because you're editing a .csproj file.

As a .NET developer using a Macbook with VS Code, Visual Studio for Mac and/or JetBrains' Rider, this prerequisite implies that I'm unable to upgrade to .NET Core 2.0 because I don't have Visual Studio 2017.
  • Loading branch information
josephwoodward authored and scottaddie committed Sep 8, 2017
1 parent fb518f8 commit f7eb03f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aspnetcore/migration/proper-to-2x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This article serves as a reference guide for migrating ASP.NET applications to A
## Prerequisites

* [.NET Core 2.0.0 SDK](https://dot.net/core) or later.
* [Visual Studio 2017](https://docs.microsoft.com/visualstudio/install/install-visual-studio) version 15.3 or later with the **ASP.NET and web development** workload.

## Target Frameworks
ASP.NET Core 2.0 projects offer developers the flexibility of targeting .NET Core, .NET Framework, or both. See [Choosing between .NET Core and .NET Framework for server apps](https://docs.microsoft.com/dotnet/standard/choosing-core-framework-server) to determine which target framework is most appropriate.
Expand Down

0 comments on commit f7eb03f

Please sign in to comment.