Skip to content

Commit 2ad035b

Browse files
Reverse include behaviour
1 parent 77d49e6 commit 2ad035b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ImageSharp.sln

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
1818
Directory.Build.targets = Directory.Build.targets
1919
LICENSE = LICENSE
2020
README.md = README.md
21+
SixLabors.ImageSharp.props = SixLabors.ImageSharp.props
2122
EndProjectSection
2223
EndProject
2324
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1799C43E-5C54-4A8F-8D64-B1475241DB0D}"

SixLabors.ImageSharp.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33

44
<!--Add common namespaces to implicit global usings if enabled.-->
5-
<ItemGroup Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'">
5+
<ItemGroup Condition="'$(UseImageSharp)'=='enable' OR '$(UseImageSharp)'=='true'">
66
<Using Include="SixLabors.ImageSharp" />
77
<Using Include="SixLabors.ImageSharp.PixelFormats" />
88
<Using Include="SixLabors.ImageSharp.Processing" />

0 commit comments

Comments
 (0)