Refactor tests to use CliTargetFramework variable instead of hard-coding target framework

This commit is contained in:
Daniel Plaisted 2018-07-06 15:15:46 -07:00
parent c6925a5388
commit ec9914424c
11 changed files with 17 additions and 12 deletions

View file

@ -2,7 +2,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>$(CliTargetFramework)</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>