aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-10 10:03:21 -0700
committercrobibero <cody@robibe.ro>2020-11-10 10:03:21 -0700
commit9b7c5cddae73124fcb7b89cb033ac6ac817dcf75 (patch)
tree8b8b8dcc074caa1f6cfb16d0bba76c40dbf37909 /README.md
parent83629ab6f24ee1a8991dae2b8a55d24c93832ad5 (diff)
Update build ci, dockerfiles to .Net5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 435e709b3..1786ed8de 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ These instructions will help you get set up with a local development environment
### Prerequisites
-Before the project can be built, you must first install the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download) on your system.
+Before the project can be built, you must first install the [.NET 5.0 SDK](https://dotnet.microsoft.com/download) on your system.
Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug the server while it is running. Any IDE that supports .NET Core development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2017) and [Visual Studio Code](https://code.visualstudio.com/Download).