Skip to content

Commit 7b1f29c

Browse files
Set net7.0 as primary TFM for BenchmarkDotNet.Samples
1 parent 9193d45 commit 7b1f29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/BenchmarkDotNet.Samples/BenchmarkDotNet.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<AssemblyTitle>BenchmarkDotNet.Samples</AssemblyTitle>
5-
<TargetFrameworks>net462;net7.0</TargetFrameworks>
5+
<TargetFrameworks>net7.0;net462</TargetFrameworks>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<AssemblyName>BenchmarkDotNet.Samples</AssemblyName>
88
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)