diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props
index 50dc51106..0ab61c2ce 100644
--- a/build/BundledRuntimes.props
+++ b/build/BundledRuntimes.props
@@ -59,7 +59,7 @@
Condition="!Exists('$(AspNetCoreSharedFxArchiveFile)')">
$(CoreSetupRootUrl)$(AspNetCoreVersion)/$(AspNetCoreSharedFxArchiveFileName)$(CoreSetupBlobAccessTokenParam)
$(AspNetCoreSharedFxArchiveFile)
- $(SharedFrameworkPublishDirectory)
+ $(AspNetCoreSharedFxPublishDirectory)
<_DownloadAndExtractItem Include="CombinedSharedHostAndFrameworkArchive"
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index 2fb3a2ed9..e6f6cec53 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -1,7 +1,7 @@
- 2.1.0-preview1-28124
+ 2.1.0-preview1-28226
2.1.0-preview1-26116-04
$(MicrosoftNETCoreAppPackageVersion)
15.6.0-preview-000054-1286830
diff --git a/build/OutputDirectories.props b/build/OutputDirectories.props
index 5ffd7a590..b5d26d549 100644
--- a/build/OutputDirectories.props
+++ b/build/OutputDirectories.props
@@ -20,15 +20,14 @@
$(BaseOutputDirectory)/intermediate
$(BaseOutputDirectory)/packages
$(IntermediateDirectory)/sharedFrameworkPublish
-
- $(BaseOutputDirectory)/AspRT
+ $(IntermediateDirectory)/aspnetSharedFxPublish
$(IntermediateDirectory)/backwardsCompatibleSharedFrameworksPublish
$(BaseOutputDirectory)/test/
$(OutputDirectory)/dotnet$(ExeExtension)
$(IntermediateDirectory)/GeneratedMSBuildExtensions
$(IntermediateDirectory)/MSBuildExtensionsLayout
$(MSBuildExtensionsLayoutDirectory)/MSBuildSdkResolver
-
+
$(BaseOutputDirectory)/PreviousStage.props
diff --git a/build/package/Layout.targets b/build/package/Layout.targets
index 4c14f6ee3..0ba2c3cfd 100644
--- a/build/package/Layout.targets
+++ b/build/package/Layout.targets
@@ -16,7 +16,7 @@
-
+
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index 9b5208eee..7f1f5e01c 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -37,15 +37,15 @@
-
-
-
+
+
-
+
-
+
@@ -104,7 +104,7 @@
-
+
@@ -141,7 +141,7 @@
$(PublishDir)/%(MSBuildExtensionsContent.DeploymentSubpath)%(RecursiveDir)%(Filename)%(Extension)
-
+
@@ -262,11 +262,11 @@
-
+
-
+
@@ -291,7 +291,7 @@
CreateSymbols="$(CreateCrossgenSymbols)"
DiasymReaderPath="@(DiasymReaderPath)"
PlatformAssemblyPaths="@(PlatformAssemblies);@(RoslynFolders);$(SharedFrameworkNameVersionPath)" />
-
+
-
+
@@ -330,7 +330,7 @@
-