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 7201fc1 commit 436e61cCopy full SHA for 436e61c
src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))\src\Artifacts.build.props" />
3
<PropertyGroup>
4
- <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
5
- <TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard2.0</TargetFrameworks>
+ <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netcoreapp2.1;net461</TargetFrameworks>
+ <TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.1</TargetFrameworks>
6
<OutputType>Exe</OutputType>
7
</PropertyGroup>
8
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
0 commit comments