From 9e7291d18dae51ace8e4ec3cfe6af7bd39e9c05a Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 14 Mar 2018 15:34:48 -0700 Subject: [PATCH 1/2] Set 2.0 baselines --- build/dependencies.props | 2 +- korebuild-lock.txt | 4 ++-- .../baseline.netcore.json | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/baseline.netcore.json diff --git a/build/dependencies.props b/build/dependencies.props index 9629b18be7..157f0339bd 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -3,7 +3,7 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 2.1.0-preview2-15742 + 2.1.0-preview2-15744 2.1.0-preview2-30355 2.1.0-preview2-30355 2.1.0-preview2-30355 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index e40ef6651b..f531e7b0f7 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.0-preview2-15742 -commithash:21fbb0f2c3fe4a9216e2d59632b98cfd7d685962 +version:2.1.0-preview2-15744 +commithash:9e15cb6062ab5b9790d3fa699e018543a6950713 diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/baseline.netcore.json b/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/baseline.netcore.json new file mode 100644 index 0000000000..3dbc1895c8 --- /dev/null +++ b/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/baseline.netcore.json @@ -0,0 +1,4 @@ +{ + "AssemblyIdentity": "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", + "Types": [] +} \ No newline at end of file From 3e319ae2aaeca98566babd31c55b7c7ce725c2fc Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 20 Mar 2018 14:03:56 -0700 Subject: [PATCH 2/2] React to Sdk changes --- .../Resources/ApplicationWithRazorSdkUsed.Home.Index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FunctionalTests/Resources/ApplicationWithRazorSdkUsed.Home.Index.txt b/test/FunctionalTests/Resources/ApplicationWithRazorSdkUsed.Home.Index.txt index 0ee1cc0ee4..ed93ca56a8 100644 --- a/test/FunctionalTests/Resources/ApplicationWithRazorSdkUsed.Home.Index.txt +++ b/test/FunctionalTests/Resources/ApplicationWithRazorSdkUsed.Home.Index.txt @@ -2,7 +2,7 @@ -ApplicationWithRazorSdkUsed.Views, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null +ApplicationWithRazorSdkUsed.Views, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Hello from Index! \ No newline at end of file