update Silk.* packages to 2.18.0, remove Silk .config hack (unneeded with this update)

This commit is contained in:
CasualPokePlayer 2023-10-21 20:51:42 -07:00
parent 220268809c
commit 19552d6408
3 changed files with 4 additions and 8 deletions

View File

@ -1,4 +0,0 @@
<configuration>
<!-- Hack until https://github.com/dotnet/Silk.NET/commit/d5f1f295966c0790abc215ab6e900f810f464443 is in a NuGet release -->
<dllmap os="linux" dll="libdl" target="libdl.so.2"/>
</configuration>

View File

@ -8,9 +8,9 @@
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Silk.NET.OpenAL" Version="2.17.1" />
<PackageReference Include="Silk.NET.OpenAL.Extensions.Creative" Version="2.17.1" />
<PackageReference Include="Silk.NET.OpenAL.Extensions.Enumeration" Version="2.17.1" />
<PackageReference Include="Silk.NET.OpenAL" Version="2.18.0" />
<PackageReference Include="Silk.NET.OpenAL.Extensions.Creative" Version="2.18.0" />
<PackageReference Include="Silk.NET.OpenAL.Extensions.Enumeration" Version="2.18.0" />
<PackageReference Include="Vortice.MediaFoundation" Version="2.4.2" />
<PackageReference Include="Vortice.XAudio2" Version="2.4.2" />
<PackageReference Include="SharpDX.DirectSound" Version="4.2.0" />

View File

@ -8,7 +8,7 @@
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Silk.NET.OpenGL.Legacy" Version="2.17.1" />
<PackageReference Include="Silk.NET.OpenGL.Legacy" Version="2.18.0" />
<PackageReference Include="SharpDX.Direct3D9" Version="4.2.0" />
<PackageReference Include="ppy.SDL2-CS" Version="1.0.630-alpha" ExcludeAssets="native;contentFiles" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.BizwareGL/BizHawk.Bizware.BizwareGL.csproj" />