Refactor tests to use CliTargetFramework variable instead of hard-coding target framework
This commit is contained in:
parent
c6925a5388
commit
ec9914424c
11 changed files with 17 additions and 12 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue