From e6cdd044f62be05253592aedef642f6980a9230c Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Fri, 26 Mar 2021 10:07:52 -0700 Subject: [PATCH] Ensure System.Resources.Extensions targets are applied transitively Copy targets to buildTransitive so that they will be applied from transitive package/project references. We maintain build folder so that old nuget clients can still get the build targets. --- .../src/System.Resources.Extensions.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj index cf4506650412be..2787ad7bb95985 100644 --- a/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj +++ b/src/libraries/System.Resources.Extensions/src/System.Resources.Extensions.csproj @@ -60,6 +60,7 @@ +