File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
<NullableContextOptions >disable</NullableContextOptions >
74
74
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
75
75
<CheckEolTargetFramework >false</CheckEolTargetFramework >
76
- <ImplicitUsings >true </ImplicitUsings >
76
+ <ImplicitUsings >enable </ImplicitUsings >
77
77
</PropertyGroup >
78
78
79
- <ItemGroup Condition =" '$(ImplicitUsings)'=='true'" >
79
+ <ItemGroup Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'==' true'" >
80
80
<Using Include =" SixLabors" />
81
81
</ItemGroup >
82
82
Original file line number Diff line number Diff line change 28
28
Version =" 2.4.3"
29
29
IsImplicitlyDefined =" true" />
30
30
31
- <Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='true'" />
31
+ <Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'==' true'" />
32
32
</ItemGroup >
33
33
34
34
</Project >
You can’t perform that action at this time.
0 commit comments