Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Update SDK to latest 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jun 26, 2020
1 parent 3fc023e commit 3f4978f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Image used
image: Visual Studio 2019

# Build script
init:
- git config --global core.autocrlf true
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Param(
[string[]]$ScriptArgs
)

$DotNetVersion = "2.1.803";
$DotNetVersion = "2.1.807";
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
$NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"

Expand Down
2 changes: 1 addition & 1 deletion build/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "2.1.803",
"version": "2.1.807",
"rollForward": "latestMajor"
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "2.1.803",
"version": "2.1.807",
"rollForward": "latestMajor"
}
}
1 change: 0 additions & 1 deletion src/Cake.Frosting/Cake.Frosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Authors>Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman, Martin Björkström and contributors</Authors>
<PackageTags>Cake;Build;Build automation</PackageTags>
<PackageIcon>cake-medium.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/cake-build/graphics/master/png/cake-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cake-build/frosting</RepositoryUrl>
Expand Down

0 comments on commit 3f4978f

Please sign in to comment.