Skip to content

Commit f07a7d8

Browse files
committed
Revert "Bump ImGui.NET from 1.86.0 to 1.87.2"
This reverts commit 28a721f.
1 parent 1792273 commit f07a7d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/CSharp/OpenGL Demos/ImGui/ImGui.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="ImGui.NET" Version="1.87.2" />
10+
<PackageReference Include="ImGui.NET" Version="1.86.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Lab/Experiments/ImGuiVulkan/ImGuiVulkan.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="ImGui.NET" Version="1.87.2" />
18+
<PackageReference Include="ImGui.NET" Version="1.86.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

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.87.2" />
22+
<PackageReference Include="ImGui.NET" Version="1.86.0" />
2323
</ItemGroup>
2424

2525
<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.87.2" />
26+
<PackageReference Include="ImGui.NET" Version="1.78.0" />
2727
</ItemGroup>
2828

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

0 commit comments

Comments
 (0)