We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bed4b commit 09b2616Copy full SHA for 09b2616
.travis.yml
@@ -22,7 +22,7 @@ addons:
22
osx_image: xcode7.2
23
24
# Ensure that .NET Core is installed
25
-dotnet: 2.1.403
+dotnet: 2.2.101
26
# Ensure Mono is installed
27
mono: latest
28
appveyor.yml
@@ -21,7 +21,7 @@ environment:
21
DOTNET_CLI_TELEMETRY_OPTOUT: true
build_script:
-- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
+- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.0
- ps: .\build.ps1
test: off
0 commit comments