diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-22 10:32:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 10:32:12 +0200 |
commit | 286e5d39b28bdcf1615797d10091430d77c332a5 (patch) | |
tree | ba0d947a4353730b4e36bb7d78c3e2907eb1cf27 | |
parent | dc529c11813410bd738afa753f58c24be699113d (diff) |
nuget: bump SPB from 0.0.4-build24 to 0.0.4-build27 (#3791)1.1.323
Bumps [SPB](https://github.com/Thog/SPB) from 0.0.4-build24 to 0.0.4-build27.
- [Release notes](https://github.com/Thog/SPB/releases)
- [Commits](https://github.com/Thog/SPB/commits)
---
updated-dependencies:
- dependency-name: SPB
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 7af50c54..551fa976 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -34,7 +34,7 @@ <PackageReference Include="Silk.NET.Vulkan" Version="2.10.1" /> <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-build24" /> + <PackageReference Include="SPB" Version="0.0.4-build27" /> <PackageReference Include="SharpZipLib" Version="1.3.3" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> </ItemGroup> diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj index 614a3b13..582f99f0 100644 --- a/Ryujinx/Ryujinx.csproj +++ b/Ryujinx/Ryujinx.csproj @@ -23,7 +23,7 @@ <PackageReference Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.1-build10" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <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-build24" /> + <PackageReference Include="SPB" Version="0.0.4-build27" /> <PackageReference Include="SharpZipLib" Version="1.3.3" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> </ItemGroup> |