Add QColor with hex values instead of color objects for compatibility

This commit is contained in:
Joel Wetzell
2020-06-09 20:00:44 -05:00
parent 130366acad
commit c514068c4f
3 changed files with 111 additions and 13 deletions
-4
View File
@@ -5,10 +5,6 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="0.81.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\QSharp\QSharp.csproj" />
</ItemGroup>