Skip to content

Commit b4e22b4

Browse files
committed
Allow running benchmark with .NET 8 target framework
``` dotnet run -f net8.0 -c Release -- all ```
1 parent a929608 commit b4e22b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/NetOffice.Benchmarks/NetOffice.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFrameworks>net48;net10.0</TargetFrameworks>
4+
<TargetFrameworks>net48;net8.0;net10.0</TargetFrameworks>
55
<AssemblyTitle>NetOffice.Benchmarks</AssemblyTitle>
66
<Description>Performance benchmarks for NetOffice Core</Description>
77
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)