Skip to content

Commit 2fb625b

Browse files
committed
Added Global Usings Switches
1 parent cebc93d commit 2fb625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/AspNetCore/src/MSBuild/HotChocolate.AspNetCore.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<PropertyGroup>
33
<!--HotChocolateImplicitUsings: default|disable|enable-->
44
<HotChocolateImplicitUsings Condition="'$(HotChocolateImplicitUsings)' == ''">default</HotChocolateImplicitUsings>
5-
<HotChocolateCompositeImplicitUsings Condition="'$(HotChocolateCompositeImplicitUsings)' == ''">default</HotChocolateImplicitUsings>
5+
<HotChocolateCompositeImplicitUsings Condition="'$(HotChocolateCompositeImplicitUsings)' == ''">default</HotChocolateCompositeImplicitUsings>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)