paulirwin commented on code in PR #1039: URL: https://github.com/apache/lucenenet/pull/1039#discussion_r1852320083
########## websites/site/quick-start/tutorial.md: ########## @@ -20,10 +20,10 @@ In these examples we will use the .NET CLI (Command Line Interface) because it's However you are totally free to use [Visual Studio](https://visualstudio.microsoft.com/) (Windows/Mac) or [Visual Studio Code](https://code.visualstudio.com/) (Windows/Unix/Max) to create the console application project and to add references to the Nuget packages. Whichever tool you use, you should end up with the same files and you can compare their contents to the contents that we show in the examples. ## Download and Install the .NET SDK -First you must install the .NET Core SDK, if it's not already installed on your machine. The .NET Core SDK contains the .NET runtime, .NET Libraries and the .NET CLI. If you haven't installed it yet, download it from https://dotnet.microsoft.com/en-us/download and run the installer. It's a pretty straightforward process. I'll be using the **.NET 6.0 SDK** in this tutorial. +First you must install the .NET Core SDK, if it's not already installed on your machine. The .NET Core SDK contains the .NET runtime, .NET Libraries and the .NET CLI. If you haven't installed it yet, download it from https://dotnet.microsoft.com/en-us/download and run the installer. It's a pretty straightforward process. I'll be using the **.NET 8.0 SDK** in this tutorial. Review Comment: Moved docs changes to #1043 draft PR ########## websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md: ########## @@ -178,7 +178,7 @@ The <xref:Lucene.Net.TestFramework> library contains specialized classes to mini > See [Unit testing C# with NUnit and .NET > Core](https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-nunit) > for detailed instructions on how to set up a class library to use with > NUnit. > [!NOTE] -> .NET Standard is not an executable target. Tests will not run unless you target a framework such as `net6.0` or `net48`. +> .NET Standard is not an executable target. Tests will not run unless you target a framework such as `net8.0` or `net48`. Review Comment: Moved docs changes to #1043 draft PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org