From 5e11ebaa717edfdd1836f0f7e0fd22b287b591b8 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 10 Jul 2018 12:09:25 -0500 Subject: [PATCH] Remove ref assembly output workaround. This workaround was necessary until https://github.com/dotnet/buildtools/pull/2091 was merged. Now it can be removed. --- Directory.Build.props | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6ed0a537d09f..eb59fd5c25c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -320,15 +320,6 @@ false - - - - $(BaseOutputPath)ref/ - $(TargetOutputRelPath)Compat/ - $(ReferenceAssemblyOutputPath)$(MSBuildProjectName)/$(TargetOutputRelPath) - $(BaseIntermediateOutputPath)ref/$(AssemblyName)/$(TargetOutputRelPath) - -