Downgrade SDL to 2.0.22.

This commit is contained in:
Paul Chote
2023-04-09 00:17:44 +01:00
committed by Matthias Mailänder
parent 57fba4e18e
commit 718c6d03cc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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