Skip to content

Commit 7823f0d

Browse files
committed
chore: add net8.0 tfm to dotMemory/dotTrace projects
1 parent 1507252 commit 7823f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BenchmarkDotNet.Diagnostics.dotMemory/BenchmarkDotNet.Diagnostics.dotMemory.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
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net462;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net6.0;net462;netcoreapp3.1</TargetFrameworks>
55
<NoWarn>$(NoWarn);1591</NoWarn>
66
<AssemblyTitle>BenchmarkDotNet.Diagnostics.dotMemory</AssemblyTitle>
77
<AssemblyName>BenchmarkDotNet.Diagnostics.dotMemory</AssemblyName>

src/BenchmarkDotNet.Diagnostics.dotTrace/BenchmarkDotNet.Diagnostics.dotTrace.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
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net462;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net6.0;net462;netcoreapp3.1</TargetFrameworks>
55
<NoWarn>$(NoWarn);1591</NoWarn>
66
<AssemblyTitle>BenchmarkDotNet.Diagnostics.dotTrace</AssemblyTitle>
77
<AssemblyName>BenchmarkDotNet.Diagnostics.dotTrace</AssemblyName>

0 commit comments

Comments
 (0)