From adccac359151b780ac4f5d8bf78300be99d84bdc Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 18 Apr 2018 17:49:30 -0700 Subject: [PATCH] Fix GetArtifactInfo --- build/repo.targets | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index f81f495946..a239e3f944 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -30,10 +30,16 @@ + + + MicrosoftNETCoreAppPackageVersion=$(MicrosoftNETCoreAppPackageVersion); + $(DesignTimeBuildProps);MicrosoftNETCoreApp21PackageVersion=$(MicrosoftNETCoreApp21PackageVersion); + $(DesignTimeBuildProps);MicrosoftNETCoreApp20PackageVersion=$(MicrosoftNETCoreApp20PackageVersion); + @@ -52,7 +58,7 @@ -->