Skip to content

Commit 0ce4c37

Browse files
flyingpiemellinoe
authored andcommitted
Updated to MonoGame 3.7 (#87)
1 parent 5fe333a commit 0ce4c37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.6.0.1625" />
23+
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.7.0.1708" />
2424
</ItemGroup>
2525

2626
</Project>

src/ImGui.NET.SampleProgram.XNA/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class Program
44
{
55
public static void Main(string[] args)
66
{
7-
new SampleGame().Run();
7+
using (var game = new SampleGame()) game.Run();
88
}
99
}
1010
}

0 commit comments

Comments
 (0)