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
commit 85cf53fe3b3e35965b52abad9d1fc3dd60a73ab1 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Nov 11 18:02:34 2020 +0700 build/build.ps1: Updated to test .NET 5 --- build/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index 27acf2f..c524047 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -27,7 +27,7 @@ properties { [string]$publish_directory = "$release_directory/Publish" [string]$solutionFile = "$base_directory/Lucene.Net.sln" [string]$sdkPath = "$env:programfiles/dotnet/sdk" - [string]$sdkVersion = "3.1.301" + [string]$sdkVersion = "5.0.100" [string]$globalJsonFile = "$base_directory/global.json" [string]$versionPropsFile = "$base_directory/Version.props" [string]$build_bat = "$base_directory/build.bat" @@ -48,7 +48,7 @@ properties { [int]$maximumParalellJobs = 8 #test paramters - [string]$frameworks_to_test = "netcoreapp3.1,netcoreapp2.1,net48" + [string]$frameworks_to_test = "net5.0,netcoreapp3.1,netcoreapp2.1,net48" [string]$where = "" }
