Upgrade Projects (#900)

* Upgrade Projects

* Push to trigger builds

* Tried Thread Sleep before deleting file

* FileDeleteTryCatch

* Updated from AspnetCore All to App

* Travis version Upgrade (.net core 2.2)

* dotnet 2.2.105
This commit is contained in:
Thiago Loureiro
2019-05-24 10:06:16 +08:00
committed by GitHub
parent 5b02fb7fe7
commit fe3cf44c45
46 changed files with 270 additions and 226 deletions

View File

@ -5,7 +5,7 @@ os:
# Ubuntu 14.04
sudo: required
dist: trusty
dist: bionic
# OS X 10.12
osx_image: xcode9.2
@ -13,7 +13,7 @@ osx_image: xcode9.2
mono:
- 5.10.0
dotnet: 2.1.500
dotnet: 2.2.105
before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags