From bbf96599d501732c2ba8b2b14e93efa0e9643442 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 11 Jun 2021 00:32:53 +0200 Subject: Don't reference the netstandard shim inside the shared framework (#53023) * Don't reference ns.dll inside shared framework The netstandard.dll shim shouldn't be referenced inside the shared framework as it's a compat shim that shouldn't be required to compose the shared framework. This removes the necessity of a separate RefPath build and improves incremental build times as only the few OOB projects that require the shim would need to rebuild. * Reference netstandard shim in OOBs that require it There are a few OOB projects that require the netstandard.dll shim as they intentionally reference projects that only expose a netstandard configuration. Co-authored-by: Buyaa Namnan --- eng/references.targets | 7 ------- 1 file changed, 7 deletions(-) (limited to 'eng/references.targets') diff --git a/eng/references.targets b/eng/references.targets index 42763624c5e..6adcba93322 100644 --- a/eng/references.targets +++ b/eng/references.targets @@ -7,13 +7,6 @@ <_FindDependencies>false - - - - - -- cgit v1.2.3