This repository was archived by the owner on Dec 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,5 @@ project.lock.json
3131.testPublish /
3232global.json
3333
34- korebuild-lock.txt
3534* .g.targets
3635
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RED="\033[0;31m"
1111YELLOW=" \033[0;33m"
1212MAGENTA=" \033[0;95m"
1313DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
14- [ -z " ${DOTNET_HOME:- } " ] && DOTNET_HOME=" $HOME /.dotnet"
14+ [ -z " ${DOTNET_HOME:- } " ] && DOTNET_HOME=" $HOME /.dotnet"
1515config_file=" $DIR /korebuild.json"
1616verbose=false
1717update=false
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <InternalAspNetCoreSdkPackageVersion >2.0.2-beta-15522 </InternalAspNetCoreSdkPackageVersion >
4- <MicrosoftAspNetCoreHttpAbstractionsPackageVersion >2.0.1-rtm-83 </MicrosoftAspNetCoreHttpAbstractionsPackageVersion >
5- <MicrosoftAspNetCoreHttpExtensionsPackageVersion >2.0.1-rtm-83 </MicrosoftAspNetCoreHttpExtensionsPackageVersion >
6- <MicrosoftAspNetCoreHttpFeaturesPackageVersion >2.0.1-rtm-83 </MicrosoftAspNetCoreHttpFeaturesPackageVersion >
7- <MicrosoftAspNetCoreHttpPackageVersion >2.0.1-rtm-83 </MicrosoftAspNetCoreHttpPackageVersion >
8- <MicrosoftAspNetCoreOwinPackageVersion >2.0.1-rtm-83 </MicrosoftAspNetCoreOwinPackageVersion >
3+ <InternalAspNetCoreSdkPackageVersion >2.0.2-rc1-15526 </InternalAspNetCoreSdkPackageVersion >
4+ <MicrosoftAspNetCoreHttpAbstractionsPackageVersion >2.0.1-rtm-105 </MicrosoftAspNetCoreHttpAbstractionsPackageVersion >
5+ <MicrosoftAspNetCoreHttpExtensionsPackageVersion >2.0.1-rtm-105 </MicrosoftAspNetCoreHttpExtensionsPackageVersion >
6+ <MicrosoftAspNetCoreHttpFeaturesPackageVersion >2.0.1-rtm-105 </MicrosoftAspNetCoreHttpFeaturesPackageVersion >
7+ <MicrosoftAspNetCoreHttpPackageVersion >2.0.1-rtm-105 </MicrosoftAspNetCoreHttpPackageVersion >
8+ <MicrosoftAspNetCoreOwinPackageVersion >2.0.1-rtm-105 </MicrosoftAspNetCoreOwinPackageVersion >
99 <MicrosoftAspNetCoreTestingPackageVersion >2.0.0</MicrosoftAspNetCoreTestingPackageVersion >
1010 <MicrosoftExtensionsConfigurationAbstractionsPackageVersion >2.0.0</MicrosoftExtensionsConfigurationAbstractionsPackageVersion >
1111 <MicrosoftExtensionsConfigurationBinderPackageVersion >2.0.0</MicrosoftExtensionsConfigurationBinderPackageVersion >
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