From 09dc0feb6a66d311a180b635abfd6472a918108e Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 25 Apr 2022 22:06:10 +0200 Subject: Fix VS complaining about missing projects in slns (#68488) * Fix VS complaining about missing projects in slns Remove inbox (Project-)References in out-of-band projects as these projects already build on top of the shared framework (targeting pack). * Update Microsoft.Extensions ref projects * Update Microsoft.Extensions src projects * Update graph dependencies of Microsoft.Extensions* * Update sources that complained about Span usage --- eng/generators.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eng/generators.targets') diff --git a/eng/generators.targets b/eng/generators.targets index f830dbd52f2..8143fdf8e25 100644 --- a/eng/generators.targets +++ b/eng/generators.targets @@ -21,7 +21,7 @@ or ('@(ProjectReference)' != '' and @(ProjectReference->AnyHaveMetadataValue('Identity', '$(CoreLibProject)'))) or ('$(NetCoreAppCurrentTargetFrameworkMoniker)' == '$(TargetFrameworkMoniker)' - and '$(DisableImplicitAssemblyReferences)' == 'false'))" /> + and '$(DisableImplicitAssemblyReferences)' != 'true'))" />