From ffdb5810fd7f666c1e90bdd84b4dccd1d74364ad Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:02:20 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 044e7ee..9382cc1 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,11 @@ https://developercommunity.visualstudio.com/content/problem/291761/couldnt-proce You need the DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add the packages to a solution: -1. Register the DevExpress Early Access feed in Visual Studio's NuGet Package Manager. +1. [Register](https://docs.devexpress.com/GeneralInformation/116698/installation/install-devexpress-controls-using-nuget-packages/setup-visual-studio%27s-nuget-package-manager) the DevExpress Early Access feed in Visual Studio's NuGet Package Manager. `https://nuget.devexpress.com/early-access/api` - See the [Setup Visual Studio's NuGet Package Manager](https://docs.devexpress.com/GeneralInformation/116698/installation/install-devexpress-controls-using-nuget-packages/setup-visual-studio%27s-nuget-package-manager) topic for more information. - - -1. Install the **DevExpress.WindowsDesktop.Win** package (for .Net Core 3). +2. Install the **DevExpress.WindowsDesktop.Win** package (for .Net Core 3). ## Feedback