forked from Ryubing/Ryujinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use NuGet Central Package Management to manage package versions solut…
…ion-wise (#4095)
- Loading branch information
1 parent
6fe8811
commit 535fbec
Showing
17 changed files
with
130 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Avalonia" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Controls.DataGrid" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Desktop" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Diagnostics" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Markup.Xaml.Loader" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Svg" Version="0.10.18" /> | ||
<PackageVersion Include="Avalonia.Svg.Skia" Version="0.10.18" /> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="Concentus" Version="1.1.7" /> | ||
<PackageVersion Include="Crc32.NET" Version="1.2.0" /> | ||
<PackageVersion Include="DiscordRichPresence" Version="1.1.3.18" /> | ||
<PackageVersion Include="DynamicData" Version="7.12.11" /> | ||
<PackageVersion Include="FluentAvaloniaUI" Version="1.4.5" /> | ||
<PackageVersion Include="GtkSharp.Dependencies" Version="1.1.1" /> | ||
<PackageVersion Include="GtkSharp.Dependencies.osx" Version="0.0.5" /> | ||
<PackageVersion Include="jp2masa.Avalonia.Flexbox" Version="0.2.0" /> | ||
<PackageVersion Include="LibHac" Version="0.17.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> | ||
<PackageVersion Include="MsgPack.Cli" Version="1.0.1" /> | ||
<PackageVersion Include="NUnit" Version="3.13.3" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="3.17.0" /> | ||
<PackageVersion Include="OpenTK.Core" Version="4.7.5" /> | ||
<PackageVersion Include="OpenTK.Graphics" Version="4.7.5" /> | ||
<PackageVersion Include="OpenTK.OpenAL" Version="4.7.5" /> | ||
<PackageVersion Include="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.7.5" /> | ||
<PackageVersion Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" /> | ||
<PackageVersion Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.1-build12" /> | ||
<PackageVersion Include="Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK" Version="1.2.0" /> | ||
<PackageVersion Include="Ryujinx.GtkSharp" Version="3.24.24.59-ryujinx" /> | ||
<PackageVersion Include="Ryujinx.SDL2-CS" Version="2.24.2-build21" /> | ||
<PackageVersion Include="shaderc.net" Version="0.1.0" /> | ||
<PackageVersion Include="SharpZipLib" Version="1.4.1" /> | ||
<PackageVersion Include="Silk.NET.Vulkan" Version="2.16.0" /> | ||
<PackageVersion Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" /> | ||
<PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" /> | ||
<PackageVersion Include="SixLabors.ImageSharp" Version="1.0.4" /> | ||
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta11" /> | ||
<PackageVersion Include="SPB" Version="0.0.4-build28" /> | ||
<PackageVersion Include="System.Drawing.Common" Version="7.0.0" /> | ||
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" /> | ||
<PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> | ||
<PackageVersion Include="System.Management" Version="7.0.0" /> | ||
<PackageVersion Include="System.Net.NameResolution" Version="4.3.0" /> | ||
<PackageVersion Include="System.Threading.ThreadPool" Version="4.3.0" /> | ||
<PackageVersion Include="XamlNameReferenceGenerator" Version="1.5.1" /> | ||
</ItemGroup> | ||
</Project> |
4 changes: 2 additions & 2 deletions
4
Ryujinx.Audio.Backends.OpenAL/Ryujinx.Audio.Backends.OpenAL.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters