This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 7638198 README.md: Updated build and test prerequisites to .NET 5.0
7638198 is described below
commit 763819820559c2ea8b04a3e3a5127b705689199b
Author: Shad Storhaug <[email protected]>
AuthorDate: Fri Nov 13 18:52:46 2020 +0700
README.md: Updated build and test prerequisites to .NET 5.0
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0f77783..ad9930d 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ Building on the Command Line is currently only supported on
Windows.
##### Prerequisites
1.
[Powershell](https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell)
3.0 or higher (see [this
question](http://stackoverflow.com/questions/1825585/determine-installed-powershell-version)
to check your Powershell version)
-2. [.NET Core SDK 3.1 or
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
+2. [.NET 5.0 SDK or
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
3. [.NET Framework 4.8 Developer
Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
##### Execution
@@ -237,7 +237,7 @@ Then all you need to do is choose the `Lucene.Net Local
Packages` feed from the
#### Prerequisites
1. Visual Studio 2019 or higher
-2. [.NET Core SDK 3.1 or
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
+2. [.NET 5.0 SDK or
higher](https://dotnet.microsoft.com/download/visual-studio-sdks)
3. [.NET Framework 4.8 Developer
Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
#### Execution