This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree 5 files changed +9
-8
lines changed 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,4 @@ project.lock.json
30
30
.build /
31
31
.testPublish /
32
32
global.json
33
- korebuild-lock.txt
34
33
* .g.targets
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 >
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 >
6
6
<MicrosoftAspNetCoreTestingPackageVersion >2.0.0</MicrosoftAspNetCoreTestingPackageVersion >
7
7
<MicrosoftExtensionsLoggingConsolePackageVersion >2.0.0</MicrosoftExtensionsLoggingConsolePackageVersion >
8
- <MicrosoftNetHttpHeadersPackageVersion >2.0.1-rtm-83 </MicrosoftNetHttpHeadersPackageVersion >
8
+ <MicrosoftNetHttpHeadersPackageVersion >2.0.1-rtm-105 </MicrosoftNetHttpHeadersPackageVersion >
9
9
<MicrosoftNETTestSdkPackageVersion >15.3.0</MicrosoftNETTestSdkPackageVersion >
10
10
<MicrosoftWin32RegistryPackageVersion >4.4.0</MicrosoftWin32RegistryPackageVersion >
11
11
<SystemNetHttpWinHttpHandlerPackageVersion >4.4.0</SystemNetHttpWinHttpHandlerPackageVersion >
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