From 260139ab25efd371134ffb3464a9ea9755af5306 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Tue, 8 Jun 2021 10:25:12 -0400 Subject: [PATCH] Fix .NET v3.1 to say .NET Core v3.1 in readme (#605) --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index eec3dfe0..2f800a96 100644 --- a/Readme.md +++ b/Readme.md @@ -41,7 +41,7 @@ The following table lists all available download options: -
.NET v3.1 Desktop Runtime
+
.NET Core v3.1 Desktop Runtime
-
.NET v3.1 Base Runtime
+
.NET Core v3.1 Base Runtime