Update SDL to 2.32.0

This commit is contained in:
Gustas
2025-02-14 20:56:06 +02:00
committed by Paul Chote
parent 2030c17a8b
commit 97f81d0aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
<PackageReference Include="OpenRA-Freetype6" Version="1.0.11" />
<PackageReference Include="OpenRA-OpenAL-CS" Version="1.0.22" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.41" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.42" />
</ItemGroup>
<ItemGroup>
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64' And '$(TargetPlatform)' != 'win-x86'">

View File

@@ -21,7 +21,7 @@
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.41" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.42" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />