Skip to content

Commit

Permalink
Downgrade SDL to 2.0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote authored and PunkPun committed Apr 12, 2023
1 parent 96d023d commit 4f87b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
<PackageReference Include="OpenRA-Freetype6" Version="1.0.9" />
<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>
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64' And '$(TargetPlatform)' != 'win-x86'">
Expand Down
2 changes: 1 addition & 1 deletion OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.36" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.37" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
Expand Down

0 comments on commit 4f87b6b

Please sign in to comment.