We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc93d commit 2fb625bCopy full SHA for 2fb625b
src/HotChocolate/AspNetCore/src/MSBuild/HotChocolate.AspNetCore.props
@@ -2,6 +2,6 @@
2
<PropertyGroup>
3
<!--HotChocolateImplicitUsings: default|disable|enable-->
4
<HotChocolateImplicitUsings Condition="'$(HotChocolateImplicitUsings)' == ''">default</HotChocolateImplicitUsings>
5
- <HotChocolateCompositeImplicitUsings Condition="'$(HotChocolateCompositeImplicitUsings)' == ''">default</HotChocolateImplicitUsings>
+ <HotChocolateCompositeImplicitUsings Condition="'$(HotChocolateCompositeImplicitUsings)' == ''">default</HotChocolateCompositeImplicitUsings>
6
</PropertyGroup>
7
</Project>
0 commit comments