diff --git a/build.ps1 b/build.ps1 index 2acf6cd799..685a445230 100644 --- a/build.ps1 +++ b/build.ps1 @@ -64,5 +64,5 @@ if (!(Test-Path $buildFolder)) { } } -&".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64 +# &".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64 &"$buildFile" $args \ No newline at end of file diff --git a/build/common.props b/build/common.props index a56db90e38..1615bdda8d 100644 --- a/build/common.props +++ b/build/common.props @@ -1,6 +1,5 @@ - Microsoft ASP.NET Core diff --git a/version.props b/version.props index a1285c53c6..d3c390219f 100644 --- a/version.props +++ b/version.props @@ -1,8 +1,7 @@ - 1.1.0-rtm - $(Version)-$(BuildNumber) - 1.1.0 + 1.1.0-msbuild4-final + $(Version) \ No newline at end of file