Skip to content

Commit

Permalink
Update UWP guide to workaround install issue with Microsoft.NETCore.U…
Browse files Browse the repository at this point in the history
…niversalWindowsPlatform (#207)
  • Loading branch information
natemcmaster committed Jun 29, 2016
1 parent eafc27c commit 48e5cad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/platforms/uwp/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ Create a new project
Upgrade Microsoft.NETCore.UniversalWindowsPlatform
--------------------------------------------------

Depending on your version of Visual Studio, the template may have generated your project with an old version of .NET Core for UWP. EF Core requires ``Microsoft.NETCore.UniversalWindowsPlatform`` version **>=5.2.0**
Depending on your version of Visual Studio, the template may have generated your project with an old version of .NET Core for UWP. EF Core requires ``Microsoft.NETCore.UniversalWindowsPlatform`` version **5.2.0** or greater.

* :menuselection:`Tools --> NuGet Package Manager --> Package Manager Console`
* Run ``Update-Package Microsoft.NETCore.UniversalWindowsPlatform``

* Run ``Install-Package Microsoft.NETCore.UniversalWindowsPlatform -Version 5.2.0``

Install Entity Framework
------------------------
Expand Down

0 comments on commit 48e5cad

Please sign in to comment.