From 84962660a33a6a2791fd819928cbce7b7f38db1b Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 11 Sep 2020 10:11:10 -0700 Subject: [PATCH] Strip duplicates from BuiltProjectOutputGroupOutput (#25785) --- .../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 096f7df9da..950bf61449 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) - - + + +