diff options
-rw-r--r-- | Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj | 2 | ||||
-rw-r--r-- | Ryujinx.Ava/Ryujinx.Ava.csproj | 2 | ||||
-rw-r--r-- | Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | 2 | ||||
-rw-r--r-- | Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj | 2 | ||||
-rw-r--r-- | Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj | 2 | ||||
-rw-r--r-- | Ryujinx/Ryujinx.csproj | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj b/Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj index a29848cf..9736c348 100644 --- a/Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj +++ b/Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="OpenTK.OpenAL" Version="4.7.2" /> + <PackageReference Include="OpenTK.OpenAL" Version="4.7.5" /> </ItemGroup> <ItemGroup> diff --git a/Ryujinx.Ava/Ryujinx.Ava.csproj b/Ryujinx.Ava/Ryujinx.Ava.csproj index 9818914c..0edad85d 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -30,7 +30,7 @@ <PackageReference Include="FluentAvaloniaUI" Version="1.4.5" /> <PackageReference Include="XamlNameReferenceGenerator" Version="1.4.2" /> - <PackageReference Include="OpenTK.Core" Version="4.7.2" /> + <PackageReference Include="OpenTK.Core" Version="4.7.5" /> <PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <PackageReference Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.1-build10" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> <PackageReference Include="Silk.NET.Vulkan" Version="2.10.1" /> diff --git a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj index c12d6ff2..9a4869ce 100644 --- a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj +++ b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj @@ -6,7 +6,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="OpenTK.Graphics" Version="4.7.2" /> + <PackageReference Include="OpenTK.Graphics" Version="4.7.5" /> </ItemGroup> <ItemGroup> diff --git a/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj b/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj index c98d6642..4f7c8c45 100644 --- a/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj +++ b/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj @@ -13,7 +13,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.7.2" /> + <PackageReference Include="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.7.5" /> <PackageReference Include="shaderc.net" Version="0.1.0" /> <PackageReference Include="Silk.NET.Vulkan" Version="2.10.1" /> <PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.10.1" /> diff --git a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj index a9d227c6..15286ea3 100644 --- a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj +++ b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj @@ -11,7 +11,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="OpenTK.Core" Version="4.7.2" /> + <PackageReference Include="OpenTK.Core" Version="4.7.5" /> <PackageReference Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.1-build10" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> </ItemGroup> diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj index 7681fe54..31f130c4 100644 --- a/Ryujinx/Ryujinx.csproj +++ b/Ryujinx/Ryujinx.csproj @@ -21,10 +21,10 @@ <ItemGroup> <PackageReference Include="GtkSharp" Version="3.22.25.128" /> <PackageReference Include="GtkSharp.Dependencies" Version="1.1.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" /> - <PackageReference Include="OpenTK.Core" Version="4.7.2" /> <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="OpenTK.Core" Version="4.7.5" /> + <PackageReference Include="OpenTK.Graphics" Version="4.7.5" /> <PackageReference Include="SPB" Version="0.0.4-build28" /> <PackageReference Include="SharpZipLib" Version="1.4.1" /> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" /> |