diff options
| author | Mary <mary@mary.zone> | 2022-05-15 16:02:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 16:02:15 +0200 |
| commit | 7bc4971cf948b506f125ae29fd581795ccb3a10d (patch) | |
| tree | 4f772722216a09d8529271be232d52d0e52acbaa /Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | |
| parent | 3551c18902d485da6b3345ba320179e2abdb44ea (diff) | |
misc: Clean up of CS project after Avalonia merge (#3340)
This reformat Avalonia csproj file, remove unused deps and reajust
Ryujinx csproj a bit after some other changes
Also updated OpenTK.Graphics
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj')
| -rw-r--r-- | Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj index 3f4bcdee..d84ab236 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.5.0" /> + <PackageReference Include="OpenTK.Graphics" Version="4.7.2" /> </ItemGroup> <ItemGroup> |
