diff --git a/build/dependencies.props b/build/dependencies.props
index 1993733fe8..7a06dcacd1 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,25 +3,25 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.1.0-preview2-15707
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 0.5.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
+ 2.1.0-preview2-15721
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 0.5.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
15.7.0-preview-000011-1378327
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
- 2.1.0-preview2-30131
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
+ 2.1.0-preview2-30171
2.0.0
2.1.0-preview2-26130-04
- 15.3.0
+ 15.6.0
2.3.1
2.4.0-beta.1.build3945
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 89d0ad3d15..e6c7fddffa 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:2.1.0-preview2-15707
-commithash:e74e53f129ab34332947fea7ac7b7591b027cb22
+version:2.1.0-preview2-15721
+commithash:f9bb4be59e39938ec59a6975257e26099b0d03c1
diff --git a/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs b/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs
index c8e6854704..6f1a4ff918 100644
--- a/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs
+++ b/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs
@@ -22,7 +22,7 @@ namespace FunctionalTests
public ApplicationTestFixture Fixture { get; }
- [Fact(Skip = "https://github.com/aspnet/MvcPrecompilation/issues/241")]
+ [Fact]
public async Task Publish_UsesRazorSDK()
{
using (StartLog(out var loggerFactory))
diff --git a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj
index 48cb8ef294..91b6481522 100644
--- a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj
+++ b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
diff --git a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj
index ad9d3b1bb8..26ecdd3795 100644
--- a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj
+++ b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj
@@ -4,8 +4,6 @@
$(StandardTestAppTfms)
$(DefineConstants);TEST123
-
- PrecompilationTool
true
diff --git a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj
index 78e05d4d69..c9b9f513ff 100644
--- a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj
+++ b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
true
diff --git a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj
index 48cb8ef294..91b6481522 100644
--- a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj
+++ b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
diff --git a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj
index 12c64c8ef4..b7501d5fa6 100644
--- a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj
+++ b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj
@@ -3,21 +3,14 @@
$(StandardTestAppTfms)
-
-
-
false
-
-
- ApplicationWithRazorSdkNeitherUsed.Views
-
diff --git a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj
index bb01501352..3e106326fa 100644
--- a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj
+++ b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj
@@ -3,21 +3,14 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
-
true
-
-
- ApplicationWithRazorSdkPrecompilationUsed.Views
-
diff --git a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj
index 75dc7a5aa3..faaac76d5b 100644
--- a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj
+++ b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj
@@ -1,22 +1,11 @@
-
$(StandardTestAppTfms)
-
-
- RazorSDK
-
-
- true
-
-
- ApplicationWithRazorSdkUsed.Views
-
diff --git a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj
index 0106aad199..20205954fd 100644
--- a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj
+++ b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj
index e271f1eb50..6ee003119c 100644
--- a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj
+++ b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj
@@ -4,8 +4,6 @@
$(StandardTestAppTfms)
obj\precompiled\$(TargetFramework)
-
- PrecompilationTool
true
diff --git a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj
index fc5e5b8e96..ce7ce79715 100644
--- a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj
+++ b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
true
diff --git a/testapps/RazorPagesApp/RazorPagesApp.csproj b/testapps/RazorPagesApp/RazorPagesApp.csproj
index 2b28d5d146..f2eb5223ff 100644
--- a/testapps/RazorPagesApp/RazorPagesApp.csproj
+++ b/testapps/RazorPagesApp/RazorPagesApp.csproj
@@ -3,8 +3,6 @@
$(StandardTestAppTfms)
-
- PrecompilationTool
true
diff --git a/testapps/SimpleApp/SimpleApp.csproj b/testapps/SimpleApp/SimpleApp.csproj
index d444257567..d484bc0298 100644
--- a/testapps/SimpleApp/SimpleApp.csproj
+++ b/testapps/SimpleApp/SimpleApp.csproj
@@ -4,8 +4,6 @@
$(StandardTestAppTfms)
win7-x86;debian-x64
-
- PrecompilationTool
true
diff --git a/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj b/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj
index 778d1b9c0b..73de429042 100644
--- a/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj
+++ b/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj
@@ -4,8 +4,6 @@
NewAssemblyName
$(StandardTestAppTfms)
-
- PrecompilationTool
true
diff --git a/testapps/StrongNamedApp/StrongNamedApp.csproj b/testapps/StrongNamedApp/StrongNamedApp.csproj
index fb31fa9ff5..b2d66d2953 100644
--- a/testapps/StrongNamedApp/StrongNamedApp.csproj
+++ b/testapps/StrongNamedApp/StrongNamedApp.csproj
@@ -5,8 +5,6 @@
true
true
-
- PrecompilationTool
true