diff --git a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj index 98cbb21..66f347b 100644 --- a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj +++ b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj @@ -8,6 +8,8 @@ ImGui SampleGUIProgram true + + true diff --git a/src/ImGui.NET.SampleProgram/project.json b/src/ImGui.NET.SampleProgram/project.json index 4d8a2d4..e869f3b 100644 --- a/src/ImGui.NET.SampleProgram/project.json +++ b/src/ImGui.NET.SampleProgram/project.json @@ -5,7 +5,7 @@ }, "runtimes": { "win10-x64": { }, - "ubuntu.14.04-x64": { }, + "ubuntu.14.04-x64": { } }, "frameworks": { "dnxcore50": { } diff --git a/src/ImGui.NET/project.json b/src/ImGui.NET/project.json index ed50e0b..4b4e5e9 100644 --- a/src/ImGui.NET/project.json +++ b/src/ImGui.NET/project.json @@ -5,7 +5,7 @@ }, "runtimes": { "win10-x64": { }, - "ubuntu.14.04-x64": { }, + "ubuntu.14.04-x64": { } }, "frameworks": { "dnxcore50": { }