Update StringResourceTool for netcoreapp3.1 version (#978)

This commit is contained in:
Charles Gagnon
2020-06-15 12:22:53 -07:00
committed by GitHub
parent 5ad23552b4
commit 89e7afd53b
3 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ os:
mono: none
dotnet: 3.1
# was dotnet: 2.2.100-preview3-009430
# safelist
branches:
@@ -26,7 +25,7 @@ env:
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-get update;
sudo apt-get install dotnet-sdk-2.2;
sudo apt-get install dotnet-sdk-3.1;
else
brew update;
fi