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