-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SixLabors.ImageSharp in /Damselfly.Core.ImageProcessing
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](SixLabors/ImageSharp@v3.0.1...v3.1.3) --- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
844cc75
commit 95b357f
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
Damselfly.Core.ImageProcessing/Damselfly.Core.ImageProcessing.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Damselfly.Core\Damselfly.Core.csproj" /> | ||
<ProjectReference Include="..\Damselfly.Core.Interfaces\Damselfly.Core.Interfaces.csproj" /> | ||
<ProjectReference Include="..\Damselfly.Core.Utils\Damselfly.Core.Utils.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="SixLabors.ImageSharp" /> | ||
<None Remove="SixLabors.Fonts" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" /> | ||
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta16" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Damselfly.Core\Damselfly.Core.csproj" /> | ||
<ProjectReference Include="..\Damselfly.Core.Interfaces\Damselfly.Core.Interfaces.csproj" /> | ||
<ProjectReference Include="..\Damselfly.Core.Utils\Damselfly.Core.Utils.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="SixLabors.ImageSharp" /> | ||
<None Remove="SixLabors.Fonts" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" /> | ||
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta16" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters