From befde0fe711ce0a96150db39868070fef20dab3d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 16 Apr 2018 17:55:47 -0700 Subject: [PATCH] Use the Razor.Sdk package Fixes #263 --- build/dependencies.props | 1 + .../ApplicationWithRazorSdkNeitherUsed.csproj | 1 + .../ApplicationWithRazorSdkPrecompilationUsed.csproj | 1 + .../ApplicationWithRazorSdkUsed.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/build/dependencies.props b/build/dependencies.props index cc2dfb4046..ba6bcba909 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -21,6 +21,7 @@ 2.1.0-preview3-32233 2.0.0 2.1.0-preview3-26413-05 + 2.1.0-preview3-32233 15.6.1 2.3.1 2.4.0-beta.1.build3945 diff --git a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj index b7501d5fa6..97c4916e21 100644 --- a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj +++ b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj @@ -14,6 +14,7 @@ + diff --git a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj index 3e106326fa..653d7c7a94 100644 --- a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj +++ b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj @@ -14,6 +14,7 @@ + diff --git a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj index faaac76d5b..abe44b964e 100644 --- a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj +++ b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj @@ -9,6 +9,7 @@ +