From d14c82023fc01a6fca99c42212cb3c97991fae9e Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 15 Sep 2022 14:10:55 +1000 Subject: [PATCH] Enable optional implicit usings via NuGet --- SixLabors.ImageSharp.props | 11 +++++++++++ shared-infrastructure | 2 +- src/ImageSharp/ImageSharp.csproj | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 SixLabors.ImageSharp.props diff --git a/SixLabors.ImageSharp.props b/SixLabors.ImageSharp.props new file mode 100644 index 0000000000..6ec4d8c594 --- /dev/null +++ b/SixLabors.ImageSharp.props @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/shared-infrastructure b/shared-infrastructure index b9094822f5..f79b8d073a 160000 --- a/shared-infrastructure +++ b/shared-infrastructure @@ -1 +1 @@ -Subproject commit b9094822f523a19d7afc89de07f33dd6c534514e +Subproject commit f79b8d073aeb2deb4cb095a9d4b94aa2be26c848 diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 96be06eb74..41ca9b9fa9 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -38,6 +38,7 @@ +