From 72071baf81f6c553128a1cc13a15a2165b4ccefc Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Wed, 15 Jul 2020 11:28:31 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bc21dba3c7..3f89250c35 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ For project documentation, please visit [readthedocs](https://identityserver4.re Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The [aspnetcore1](https://github.com/IdentityServer/IdentityServer4/tree/aspnetcore1) and [aspnetcore2](https://github.com/IdentityServer/IdentityServer4/tree/aspnetcore2) branches contain the latest versions of the older ASP.NET Core based versions. ## How to build -IdentityServer is built against the latest ASP.NET Core 3. -* [Install](https://www.microsoft.com/net/download/core#/current) the [required](https://github.com/IdentityServer/IdentityServer4/blob/main/global.json) .NET Core SDK +* [Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 3.1 SDK * Install Git * Run `build.ps1` or `build.sh` in the root of the repo