diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-24 20:30:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 20:30:17 +0100 |
commit | 7aa6abc12038b949f26c5f1ad1d4559c81fdc1af (patch) | |
tree | c871ffea49a82a21f9d133caf7470685b994ea04 | |
parent | 548bfd60a2468aa6258675efae5ed21102985cc6 (diff) |
nuget: bump SharpZipLib from 1.3.3 to 1.4.1 (#3893)1.1.384
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.3 to 1.4.1.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.3...v1.4.1)
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Ryujinx.Ava/Ryujinx.Ava.csproj | 2 | ||||
-rw-r--r-- | Ryujinx/Ryujinx.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Ryujinx.Ava.csproj b/Ryujinx.Ava/Ryujinx.Ava.csproj index 656d3b07..52297cee 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -37,7 +37,7 @@ <PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.10.1" /> <PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.10.1" /> <PackageReference Include="SPB" Version="0.0.4-build28" /> - <PackageReference Include="SharpZipLib" Version="1.3.3" /> + <PackageReference Include="SharpZipLib" Version="1.4.1" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> </ItemGroup> diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj index 58b1555c..7681fe54 100644 --- a/Ryujinx/Ryujinx.csproj +++ b/Ryujinx/Ryujinx.csproj @@ -26,7 +26,7 @@ <PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <PackageReference Include="OpenTK.Graphics" Version="4.7.2" /> <PackageReference Include="SPB" Version="0.0.4-build28" /> - <PackageReference Include="SharpZipLib" Version="1.3.3" /> + <PackageReference Include="SharpZipLib" Version="1.4.1" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> </ItemGroup> |