diff --git a/.travis.yml b/.travis.yml index 32a026fbe..37ca3f8f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ script: - msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln - cd $TRAVIS_BUILD_DIR/ - msbuild /p:Configuration=Release Terminal.sln -mono: "5.20.0" +mono: "5.20.1" dotnet: "2.1.4" os: "osx" diff --git a/Designer/Designer.csproj b/Designer/Designer.csproj index 72cddf4bc..a81a74d95 100644 --- a/Designer/Designer.csproj +++ b/Designer/Designer.csproj @@ -1,17 +1,56 @@ - + + - net472 + Debug + x86 + {1228D992-C801-49BB-839A-7BD28A3FFF0A} Exe - Terminal - Terminal + Designer + Designer + v4.6.1 + + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 true - AnyCPU;x86 - x86 + x86 + + + true + bin\Release + prompt + 4 + true + x86 - + + + ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + + + ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + - + + + + + {00F366F8-DEE4-482C-B9FD-6DB0200B79E5} + Terminal.Gui + + + + + + + \ No newline at end of file diff --git a/Example/Example.csproj b/Example/Example.csproj index f1e193d5a..3f6523667 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -1,18 +1,55 @@ - + + - net472 + Debug + x86 + {B0A602CD-E176-449D-8663-64238D54F857} Exe Terminal Terminal + v4.6.1 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 true - AnyCPU;x86 - x86 - StandaloneExample\**\*.*;Terminal.Gui\**\*.* + x86 + + + true + bin\Release + prompt + 4 + bin\Release\Terminal.xml + true + x86 - + + + ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + False + + + ..\packages\NStack.Core.0.11.0\lib\netstandard1.5\NStack.dll + - + + + + {00F366F8-DEE4-482C-B9FD-6DB0200B79E5} + Terminal.Gui + + + + + + diff --git a/README.md b/README.md index b9c2edba8..caa46939f 100644 --- a/README.md +++ b/README.md @@ -213,15 +213,3 @@ package version has been updated on the Terminal.Gui/Terminal.Gui.csproj, and push. Then once the package is built, VSTS will request an approval. - - -# Known Issues - -There is a [known issue](https://github.com/NuGet/Home/issues/4837) that causes the -referenced package assemblies to be missing from the output directory of your console -apps and therefore fail at run-time. In order to force the copying, you can add the -following property to your console project: - -```xml - true -``` diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index bbf65b172..677657304 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -9,7 +9,7 @@ true Terminal.Gui - 0.25 + 0.24 Miguel de Icaza MIT https://github.com/migueldeicaza/gui.cs/ @@ -69,6 +69,14 @@ + + + ..\..\..\Users\miguel\.nuget\packages\nstack.core\0.11.0\lib\netstandard1.5\NStack.dll + + + ..\..\..\Users\miguel\.nuget\packages\nstack.core\0.11.0\lib\netstandard1.5\NStack.dll + +