This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,5 @@ project.lock.json
31
31
.vscode /
32
32
global.json
33
33
34
- korebuild-lock.txt
35
34
* .g.targets
36
35
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ function Get-KoreBuild {
103
103
}
104
104
}
105
105
catch {
106
- remove-item - Recurse - Force $korebuildPath - ErrorAction Ignore
106
+ Remove-Item - Recurse - Force $korebuildPath - ErrorAction Ignore
107
107
throw
108
108
}
109
109
finally {
110
- remove-item $tmpfile - ErrorAction Ignore
110
+ Remove-Item $tmpfile - ErrorAction Ignore
111
111
}
112
112
}
113
113
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RED="\033[0;31m"
11
11
YELLOW=" \033[0;33m"
12
12
MAGENTA=" \033[0;95m"
13
13
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
14
- [ -z " ${DOTNET_HOME:- } " ] && DOTNET_HOME=" $HOME /.dotnet"
14
+ [ -z " ${DOTNET_HOME:- } " ] && DOTNET_HOME=" $HOME /.dotnet"
15
15
config_file=" $DIR /korebuild.json"
16
16
verbose=false
17
17
update=false
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <InternalAspNetCoreSdkPackageVersion >2.0.2-beta-15522 </InternalAspNetCoreSdkPackageVersion >
3
+ <InternalAspNetCoreSdkPackageVersion >2.0.2-rc1-15526 </InternalAspNetCoreSdkPackageVersion >
4
4
<MicrosoftAspNetCoreTestingPackageVersion >2.0.0</MicrosoftAspNetCoreTestingPackageVersion >
5
5
<MicrosoftExtensionsActivatorUtilitiesSourcesPackageVersion >2.0.0</MicrosoftExtensionsActivatorUtilitiesSourcesPackageVersion >
6
6
<MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion >2.0.0</MicrosoftExtensionsCopyOnWriteDictionarySourcesPackageVersion >
Original file line number Diff line number Diff line change
1
+ version:2.0.2-rc1-15526
2
+ commithash:436afc3dc08f5e278431db807866cc5f032f4d7b
You can’t perform that action at this time.
0 commit comments