We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bd6de commit f5777bbCopy full SHA for f5777bb
tests/BenchmarkDotNet.IntegrationTests/BenchmarkDotNet.IntegrationTests.csproj
@@ -2,7 +2,8 @@
2
<Import Project="..\..\build\common.props" />
3
<PropertyGroup>
4
<AssemblyTitle>BenchmarkDotNet.IntegrationTests</AssemblyTitle>
5
- <TargetFrameworks>net462;net7.0</TargetFrameworks>
+ <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net462;net7.0</TargetFrameworks>
6
+ <TargetFramework Condition="'$(OS)' != 'Windows_NT'">net7.0</TargetFramework>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
<AssemblyName>BenchmarkDotNet.IntegrationTests</AssemblyName>
9
<PackageId>BenchmarkDotNet.IntegrationTests</PackageId>
0 commit comments