update Silk.* packages to 2.18.0, remove Silk .config hack (unneeded with this update)
This commit is contained in:
parent
220268809c
commit
19552d6408
|
@ -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>
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue