Skip to content

Commit

Permalink
update version of .NET Core to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed May 8, 2020
1 parent 7626a60 commit 86ee057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/setup.sh
Expand Up @@ -7,7 +7,7 @@ if [[ $LANG == *"c_sharp"* ]] || [[ $LANG == *"visual_basic"* ]]; then
wget -q https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install --no-install-recommends -y dotnet-sdk-3.0
sudo apt-get install --no-install-recommends -y dotnet-sdk-3.1
fi

# Install PowerShell Core.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && \
python3.7-dev \
openjdk-8-jdk \
golang-go \
dotnet-sdk-3.0 \
dotnet-sdk-3.1 \
powershell \
r-base \
php \
Expand Down

0 comments on commit 86ee057

Please sign in to comment.