Skip to content

Commit 18e8e12

Browse files
committed
Point SDL and GLFW windowing projects to the new versions of the native stuff
1 parent e715b23 commit 18e8e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Windowing/Silk.NET.GLFW/Silk.NET.GLFW.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Ultz.Native.GLFW" Version="3.3.3.1" />
10+
<PackageReference Include="Ultz.Native.GLFW" Version="3.3.9" />
1111
</ItemGroup>
1212

1313
<Import Project="..\..\..\build\props\bindings.props" />

src/Windowing/Silk.NET.SDL/Silk.NET.SDL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Ultz.Native.SDL" Version="2.0.14.1" />
10+
<PackageReference Include="Ultz.Native.SDL" Version="2.24.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)