Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-04-27 18:27:56 +0300
committerGitHub <noreply@github.com>2022-04-27 18:27:56 +0300
commitb54561a957729ed479914db30dcda5b6873c21c7 (patch)
tree5ba6e8d0777519983fb32008f8b47a9e9460d0ce /eng/generators.targets
parent6af4abc5a0db0560e719539a869233d15d28dc09 (diff)
Fix VS complaining about missing projects in slns (continued) (#68543)
* Infra clean-up to simplify auto references * Ref project file updates * Src project file updates * Test project file updates
Diffstat (limited to 'eng/generators.targets')
-rw-r--r--eng/generators.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/generators.targets b/eng/generators.targets
index 8143fdf8e25..78afaac2569 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)' != 'true'))" />
+ and '$(DisableImplicitFrameworkReferences)' != 'true'))" />
<EnabledGenerators Include="LibraryImportGenerator"
Condition="'$(EnableLibraryImportGenerator)' == ''
and '$(IsSourceProject)' == 'true'