aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan
diff options
context:
space:
mode:
authorAndrey Sukharev <SukharevAndrey@users.noreply.github.com>2022-12-12 18:03:10 +0300
committerGitHub <noreply@github.com>2022-12-12 16:03:10 +0100
commit535fbec6751d1726c0b0b0ab6de3a9430ff7ec72 (patch)
treecc914d1321a83b3808f8ee1217a8371f3210e04a /Ryujinx.Graphics.Vulkan
parent6fe88115a302f4b4da38d8aac1baac7ada548be0 (diff)
Use NuGet Central Package Management to manage package versions solution-wise (#4095)
Diffstat (limited to 'Ryujinx.Graphics.Vulkan')
-rw-r--r--Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj b/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj
index e4e199e9..87f14a6a 100644
--- a/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj
+++ b/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
@@ -13,14 +13,14 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.7.5" />
- <PackageReference Include="shaderc.net" Version="0.1.0" />
- <PackageReference Include="Silk.NET.Vulkan" Version="2.16.0" />
- <PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" />
- <PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
- <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
- <PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
- <PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
+ <PackageReference Include="OpenTK.Windowing.GraphicsLibraryFramework" />
+ <PackageReference Include="shaderc.net" />
+ <PackageReference Include="Silk.NET.Vulkan" />
+ <PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" />
+ <PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" />
+ <PackageReference Include="System.IO.FileSystem.Primitives" />
+ <PackageReference Include="System.Net.NameResolution" />
+ <PackageReference Include="System.Threading.ThreadPool" />
</ItemGroup>
<ItemGroup>