From 01be3385ca4c439817d75a3208f2e651ebdca479 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Fri, 24 Jul 2020 09:28:33 -0700 Subject: [PATCH] Change build to support `net5.0` TFs This updates our build to support the use of `net5.0` as a target framework inside of our repository. Note: this is back porting some changes from the covariant returns branch. Wanted to get them into master sooner so we get more exposure to them. --- eng/targets/Imports.targets | 2 +- src/Tools/BuildBoss/ProjectCheckerUtil.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/targets/Imports.targets b/eng/targets/Imports.targets index 4833d2849630d..f71d2f0175bd0 100644 --- a/eng/targets/Imports.targets +++ b/eng/targets/Imports.targets @@ -36,7 +36,7 @@ This condition will be evaluated multiple times in multi-targeted projects hence need to be careful to only set in the inner builds, not the outer build where only $(TargetFrameworks) is defined. --> - true + true