1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-30 12:06:26 -05:00

Use NuGet Central Package Management to manage package versions solution-wise (#4095)

This commit is contained in:
Andrey Sukharev
2022-12-12 18:03:10 +03:00
committed by GitHub
parent 6fe88115a3
commit 535fbec675
17 changed files with 130 additions and 75 deletions

View File

@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTK.OpenAL" Version="4.7.5" />
<PackageReference Include="OpenTK.OpenAL" />
</ItemGroup>
<ItemGroup>