diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797c69f..4edfb9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,6 +39,10 @@ updates: - "dependencies" reviewers: - "mpaulosky" + ignore: + # ImageSharp 4.x requires a paid commercial license + - dependency-name: "SixLabors.ImageSharp" + versions: ["[4,)"] groups: all-actions: patterns: [ "*" ] diff --git a/Directory.Build.props b/Directory.Build.props index 95ca518..da47407 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ true - - - + + + - - - - - + + + + + @@ -26,23 +26,23 @@ - + - - - - - - - - + + + + + + + + - + @@ -50,10 +50,10 @@ - + - - + + diff --git a/src/AppHost/AppHost.csproj b/src/AppHost/AppHost.csproj index 2a45229..8f15fb8 100644 --- a/src/AppHost/AppHost.csproj +++ b/src/AppHost/AppHost.csproj @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ - + diff --git a/src/Persistence.MongoDb/Persistence.MongoDb.csproj b/src/Persistence.MongoDb/Persistence.MongoDb.csproj index dc1b951..bf06ab0 100644 --- a/src/Persistence.MongoDb/Persistence.MongoDb.csproj +++ b/src/Persistence.MongoDb/Persistence.MongoDb.csproj @@ -5,6 +5,7 @@ +