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 f4ef5cd1305b51ed83926937e7cd06dfdb10f709 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Nov 21 06:00:37 2022 +0700 Lucene.Net.Tests.BenchmarkDotNet: Updated to net6.0 --- .../Lucene.Net.Tests.BenchmarkDotNet.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 02e675434..6e0f3e2d3 100644 --- a/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj +++ b/src/Lucene.Net.Tests.BenchmarkDotNet/Lucene.Net.Tests.BenchmarkDotNet.csproj @@ -1,8 +1,8 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net5.0</TargetFramework> + <TargetFramework>net6.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 -->
