Skip to content

Commit

Permalink
Lower .NET 8 min SDK version to 8.0.101 for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Apr 27, 2024
1 parent 358fc12 commit 0e9a400
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.202"
[string]$minimumSdkVersion = "8.0.101"
[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 0e9a400

Please sign in to comment.