Skip to content

Commit d701fdf

Browse files
authored
Update ImGui.NET to 1.87.3 (dotnet#972)
1 parent 724627b commit d701fdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/OpenGL/Extensions/Silk.NET.OpenGL.Extensions.ImGui/Silk.NET.OpenGL.Extensions.ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ProjectReference Include="..\..\..\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" />
2020
<ProjectReference Include="..\..\Silk.NET.OpenGL\Silk.NET.OpenGL.csproj" />
2121
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
22-
<PackageReference Include="ImGui.NET" Version="1.86.0" />
22+
<PackageReference Include="ImGui.NET" Version="1.87.3" />
2323
</ItemGroup>
2424

2525
<Import Project="..\..\..\..\build\props\common.props" />

src/OpenGL/Extensions/Silk.NET.OpenGL.Legacy.Extensions.ImGui/Silk.NET.OpenGL.Legacy.Extensions.ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ProjectReference Include="..\..\..\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" />
2525
<ProjectReference Include="..\..\Silk.NET.OpenGL.Legacy\Silk.NET.OpenGL.Legacy.csproj" />
2626
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
27-
<PackageReference Include="ImGui.NET" Version="1.78.0" />
27+
<PackageReference Include="ImGui.NET" Version="1.87.3" />
2828
</ItemGroup>
2929

3030
<Import Project="..\..\..\..\build\props\common.props" />

src/OpenGL/Extensions/Silk.NET.OpenGLES.Extensions.ImGui/Silk.NET.OpenGLES.Extensions.ImGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ProjectReference Include="..\..\..\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" />
2424
<ProjectReference Include="..\..\Silk.NET.OpenGLES\Silk.NET.OpenGLES.csproj" />
2525
<ProjectReference Include="..\..\..\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" />
26-
<PackageReference Include="ImGui.NET" Version="1.78.0" />
26+
<PackageReference Include="ImGui.NET" Version="1.87.3" />
2727
</ItemGroup>
2828

2929
<Import Project="..\..\..\..\build\props\common.props" />

0 commit comments

Comments
 (0)