Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update perf harness project to netcoreapp 2.1. (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Oct 9, 2017
1 parent 4065a6d commit 4446c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/PerfHarness/PerfHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\tools\common.props" />

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>PerfHarness</AssemblyName>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 4446c23

Please sign in to comment.