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 +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,4 @@ global.json
3636BenchmarkDotNet.Artifacts /
3737Microsoft.VisualStudio.RazorExtension.nuget.props
3838Microsoft.VisualStudio.RazorExtension.nuget.targets
39- korebuild-lock.txt
4039* .g.targets
41-
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 >
33 <BenchmarkDotNetPackageVersion >0.10.3</BenchmarkDotNetPackageVersion >
4- <InternalAspNetCoreSdkPackageVersion >2.0.2-beta-15522 </InternalAspNetCoreSdkPackageVersion >
4+ <InternalAspNetCoreSdkPackageVersion >2.0.2-rc1-15526 </InternalAspNetCoreSdkPackageVersion >
55 <MicrosoftAspNetCoreHtmlAbstractionsPackageVersion >2.0.0</MicrosoftAspNetCoreHtmlAbstractionsPackageVersion >
66 <MicrosoftAspNetCoreTestingPackageVersion >2.0.0</MicrosoftAspNetCoreTestingPackageVersion >
77 <MicrosoftCodeAnalysisCommonPackageVersion >2.3.1</MicrosoftCodeAnalysisCommonPackageVersion >
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