From c45d0b5a1950141b9941b16613abdd2b3589b044 Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Thu, 10 Sep 2020 14:16:46 -0700 Subject: [PATCH] Strip duplicates from BuiltProjectOutputGroupOutput --- .../src/Microsoft.AspNetCore.App.Runtime.csproj | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index 096f7df9da01..950bf61449ea 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -281,21 +281,22 @@ This package is an internal implementation of the .NET Core SDK and is not meant - - + + - + - + - - %(BuiltProjectOutputGroupOutput.Identity) + + %(BuildOutputFiles.Identity) - - + + +