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

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>$(CliTargetFramework)</TargetFramework>
<RuntimeIdentifier>$(SharedFrameworkRid)</RuntimeIdentifier>
</PropertyGroup>