This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch benchmarkdotnet in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit d1a15c6ca12749df219b47da3e0ae408216e236d Author: Shad Storhaug <[email protected]> AuthorDate: Tue Oct 29 04:54:49 2024 +0700 Lucene.Net.Tests.BenchmarkDotNet.csproj: Bumped to net8.0 --- .../Lucene.Net.Tests.BenchmarkDotNet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj b/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj index 6e0f3e2d3..e3e54dfd7 100644 --- a/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj +++ b/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <StartupObject>Lucene.Net.Tests.BenchmarkDotNet.Program</StartupObject> <!-- Don't sign the assembly so we don't get warnings about early versions of Lucene.NET that weren't signed -->
