Skip to content

Commit 658c8da

Browse files
committed
Updated Benchmarks to target net8.0
1 parent a88677b commit 658c8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchmarks/Benchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks Condition="'$(TestFrameworks)'==''">net6.0</TargetFrameworks>
4+
<TargetFrameworks Condition="'$(TestFrameworks)'==''">net8.0</TargetFrameworks>
55
<SignAssembly>true</SignAssembly>
66
<DefineConstants Condition=" '$(MonoRuntime)' == 'true' ">$(DefineConstants);MONO</DefineConstants>
77
<AssemblyOriginatorKeyFile>..\MimeKit\mimekit.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)