File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 <NullableContextOptions >disable</NullableContextOptions >
7474 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
7575 <CheckEolTargetFramework >false</CheckEolTargetFramework >
76- <ImplicitUsings >true </ImplicitUsings >
76+ <ImplicitUsings >enable </ImplicitUsings >
7777 </PropertyGroup >
7878
79- <ItemGroup Condition =" '$(ImplicitUsings)'=='true'" >
79+ <ItemGroup Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'==' true'" >
8080 <Using Include =" SixLabors" />
8181 </ItemGroup >
8282
Original file line number Diff line number Diff line change 2828 Version =" 2.4.3"
2929 IsImplicitlyDefined =" true" />
3030
31- <Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='true'" />
31+ <Using Include =" Xunit" Condition =" '$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'==' true'" />
3232 </ItemGroup >
3333
3434</Project >
You can’t perform that action at this time.
0 commit comments