X Tutup
Skip to content

Commit 6ee274b

Browse files
PunkPunpchote
authored andcommitted
Update SDL to 2.32.0
1 parent 017e645 commit 6ee274b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
44
<PackageReference Include="OpenRA-Freetype6" Version="1.0.11" />
55
<PackageReference Include="OpenRA-OpenAL-CS" Version="1.0.22" />
6-
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.41" />
6+
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.42" />
77
</ItemGroup>
88
<ItemGroup>
99
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64'">

OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</AssemblyAttribute>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.41" />
24+
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.42" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />

0 commit comments

Comments
 (0)
X Tutup