mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Unify projects in SDK-style and PackageReference * Add a note on the known issue about dlls not being copied * Bump CI to a more recent stable version of Mono This adds support for .net472, the first version of .NET with full support for netstandard2.0
11 lines
246 B
YAML
11 lines
246 B
YAML
language: csharp
|
|
solution: Terminal.sln
|
|
script:
|
|
- tsh_version=1.4.0-pre1
|
|
- msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln
|
|
- cd $TRAVIS_BUILD_DIR/
|
|
- msbuild /p:Configuration=Release Terminal.sln
|
|
mono: "5.20.0"
|
|
dotnet: "2.1.4"
|
|
os: "osx"
|