We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5179bc6 commit 015dcd7Copy full SHA for 015dcd7
2 files changed
.travis.yml
@@ -5,7 +5,7 @@ env:
5
6
sudo: required #false
7
dist: trusty
8
-dotnet: 2.2.100
+dotnet: 2.2.103
9
mono:
10
- latest
11
os:
appveyor.yml
@@ -2,8 +2,8 @@ image: Visual Studio 2017
2
init:
3
- git config --global core.autocrlf true
4
install:
- # Download .NET Core SDK 2.1.403 and add to PATH
- - ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x64.zip"
+ # Download .NET Core SDK 2.2.103 and add to PATH
+ - ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.103/dotnet-sdk-2.2.103-win-x64.zip"
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()
0 commit comments