From 98109e362d1bd123b4449d598b1045bfaeaba509 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 22 Dec 2016 13:08:58 -0800 Subject: [PATCH] Revert "Fix compile failure" This reverts commit bde6cc40bc6d6096606ff06c76deed0b5f0caa63. --- global.json | 2 +- .../PrecompileRunCommandTest.cs | 1 + testapps/global.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 9bf5aae425..9ecb1c6efa 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "samples" ], "sdk": { - "version": "1.0.0-preview2-1-003177" + "version": "1.0.0-preview2-1-003180" } } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs index b4da0d6a42..8493d81934 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs @@ -179,6 +179,7 @@ Options: private static string GetToolVersion() { return typeof(Program) + .GetTypeInfo() .Assembly .GetCustomAttribute() .InformationalVersion; diff --git a/testapps/global.json b/testapps/global.json index dee3f084d4..77c126f953 100644 --- a/testapps/global.json +++ b/testapps/global.json @@ -1,6 +1,6 @@ { "projects": [], "sdk": { - "version": "1.0.0-preview2-1-003177" + "version": "1.0.0-preview2-1-003180" } } \ No newline at end of file