From d32fb5c4d369b645ae2b525208c5948f5439fda8 Mon Sep 17 00:00:00 2001 From: jlewin Date: Fri, 19 Apr 2019 10:36:43 -0700 Subject: [PATCH] Troubleshoot Travis config - Try removing .net core from mono build environment --- .travis.yml | 1 - .../DesignTools/Interfaces/IPropertyGridModifier.cs | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32070d3ac..637788a0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: csharp solution: MatterControl.sln mono: latest -dotnet: 2.0.0 script: - nuget restore MatterControl.sln - msbuild MatterControl.sln diff --git a/MatterControlLib/DesignTools/Interfaces/IPropertyGridModifier.cs b/MatterControlLib/DesignTools/Interfaces/IPropertyGridModifier.cs index f809ac41c..7fcbf470b 100644 --- a/MatterControlLib/DesignTools/Interfaces/IPropertyGridModifier.cs +++ b/MatterControlLib/DesignTools/Interfaces/IPropertyGridModifier.cs @@ -1,5 +1,5 @@ /* -Copyright (c) 2018, Lars Brubaker, John Lewin +Copyright (c) 2019, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without @@ -27,11 +27,10 @@ of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. */ -using MatterHackers.Agg.UI; -using MatterHackers.DataConverters3D; -using MatterHackers.MatterControl.PartPreviewWindow; using System; using System.Collections.Generic; +using MatterHackers.Agg.UI; +using MatterHackers.DataConverters3D; namespace MatterHackers.MatterControl.DesignTools {