Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 88862ae

Browse files
author
Nate McMaster
committed
Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105
1 parent 7ea2905 commit 88862ae

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ project.lock.json
3030
.build/
3131
.testPublish/
3232
global.json
33-
korebuild-lock.txt
3433
*.g.targets

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ function Get-KoreBuild {
103103
}
104104
}
105105
catch {
106-
remove-item -Recurse -Force $korebuildPath -ErrorAction Ignore
106+
Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore
107107
throw
108108
}
109109
finally {
110-
remove-item $tmpfile -ErrorAction Ignore
110+
Remove-Item $tmpfile -ErrorAction Ignore
111111
}
112112
}
113113

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RED="\033[0;31m"
1111
YELLOW="\033[0;33m"
1212
MAGENTA="\033[0;95m"
1313
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
14-
[ -z "${DOTNET_HOME:-}"] && DOTNET_HOME="$HOME/.dotnet"
14+
[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet"
1515
config_file="$DIR/korebuild.json"
1616
verbose=false
1717
update=false

build/dependencies.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
3-
<InternalAspNetCoreSdkPackageVersion>2.0.2-beta-15522</InternalAspNetCoreSdkPackageVersion>
4-
<MicrosoftAspNetCoreAuthenticationCorePackageVersion>2.0.1-rtm-83</MicrosoftAspNetCoreAuthenticationCorePackageVersion>
5-
<MicrosoftAspNetCoreHostingPackageVersion>2.0.1-rtm-83</MicrosoftAspNetCoreHostingPackageVersion>
3+
<InternalAspNetCoreSdkPackageVersion>2.0.2-rc1-15526</InternalAspNetCoreSdkPackageVersion>
4+
<MicrosoftAspNetCoreAuthenticationCorePackageVersion>2.0.1-rtm-105</MicrosoftAspNetCoreAuthenticationCorePackageVersion>
5+
<MicrosoftAspNetCoreHostingPackageVersion>2.0.1-rtm-105</MicrosoftAspNetCoreHostingPackageVersion>
66
<MicrosoftAspNetCoreTestingPackageVersion>2.0.0</MicrosoftAspNetCoreTestingPackageVersion>
77
<MicrosoftExtensionsLoggingConsolePackageVersion>2.0.0</MicrosoftExtensionsLoggingConsolePackageVersion>
8-
<MicrosoftNetHttpHeadersPackageVersion>2.0.1-rtm-83</MicrosoftNetHttpHeadersPackageVersion>
8+
<MicrosoftNetHttpHeadersPackageVersion>2.0.1-rtm-105</MicrosoftNetHttpHeadersPackageVersion>
99
<MicrosoftNETTestSdkPackageVersion>15.3.0</MicrosoftNETTestSdkPackageVersion>
1010
<MicrosoftWin32RegistryPackageVersion>4.4.0</MicrosoftWin32RegistryPackageVersion>
1111
<SystemNetHttpWinHttpHandlerPackageVersion>4.4.0</SystemNetHttpWinHttpHandlerPackageVersion>

korebuild-lock.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version:2.0.2-rc1-15526
2+
commithash:436afc3dc08f5e278431db807866cc5f032f4d7b

0 commit comments

Comments
 (0)