diff --git a/NuGet.Config b/NuGet.Config
index 691898bcb..329dde57d 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -4,6 +4,7 @@
+
diff --git a/README.md b/README.md
index 9d0fa0bdc..47cdad0e5 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild a
Found an issue?
---------------
-You can consult the [known issues page](https://github.com/dotnet/core/blob/release/2.0.0/cli/known-issues.md) to find out the current issues and to see the workarounds.
+You can consult the [Documents Index](Documentation/README.md) to find out the current issues and to see the workarounds.
If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first.
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index 508c636cc..bce379195 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -6,7 +6,7 @@
2.3.0-beta3-61816-04
2.3.0-pre-20170624-6
1.6.0-beta2-25304
- 4.2.0-rc-170602-0
+ 4.2.0-rc-170621-0
4.4.1-pre-20170624-6
- timestamped
- 2.0.0-preview2-186
+ notimestamp
+ 2.0.0-preview2-215
preview2
- 25661
+ 25794
diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh
index ee96ca435..451525269 100755
--- a/scripts/obtain/dotnet-install.sh
+++ b/scripts/obtain/dotnet-install.sh
@@ -346,7 +346,7 @@ get_latest_version_info() {
version_file_url="$uncached_feed/Runtime/$channel/latest.version"
else
if [ "$coherent" = true ]; then
- version_file_url="$uncached_feed/Runtime/$channel/latest.coherent.version"
+ version_file_url="$uncached_feed/Sdk/$channel/latest.coherent.version"
else
version_file_url="$uncached_feed/Sdk/$channel/latest.version"
fi