Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 9cfc750

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 4afe448 commit 9cfc750

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ project.lock.json
3131
.vscode/
3232
global.json
3333

34-
korebuild-lock.txt
3534
*.g.targets
3635

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<InternalAspNetCoreSdkPackageVersion>2.0.2-beta-15522</InternalAspNetCoreSdkPackageVersion>
3+
<InternalAspNetCoreSdkPackageVersion>2.0.2-rc1-15526</InternalAspNetCoreSdkPackageVersion>
44
<MicrosoftAspNetCoreTestingPackageVersion>2.0.0</MicrosoftAspNetCoreTestingPackageVersion>
55
<MicrosoftExtensionsActivatorUtilitiesSourcesPackageVersion>2.0.0</MicrosoftExtensionsActivatorUtilitiesSourcesPackageVersion>
66
<MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>2.0.0</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion>

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)