Skip to content

Commit

Permalink
.build/runbuild.ps1: Changed minimum supported version to 8.0.100. We…
Browse files Browse the repository at this point in the history
… want users to be able to build with any .NET 8 SDK.
  • Loading branch information
NightOwl888 committed Apr 30, 2024
1 parent a1b3c5d commit 59b7966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/runbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ properties {
[string]$testResultsDirectory = "$artifactsDirectory/TestResults"
[string]$publishDirectory = "$artifactsDirectory/Publish"
[string]$solutionFile = "$baseDirectory/Lucene.Net.sln"
[string]$minimumSdkVersion = "8.0.101"
[string]$minimumSdkVersion = "8.0.100"
[string]$globalJsonFile = "$baseDirectory/global.json"
[string]$versionPropsFile = "$baseDirectory/version.props"
[string]$luceneReadmeFile = "$baseDirectory/src/Lucene.Net/readme-nuget.md"
Expand Down

0 comments on commit 59b7966

Please sign in to comment.