From 01366e585520dc7e45fe55054be4422515ffca11 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 6 Feb 2017 15:47:43 -0800 Subject: [PATCH] Update to Mvc 1.1.1 --- .../Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj | 2 +- .../ApplicationUsingPrecompiledViewClassLibrary.csproj | 2 +- .../ApplicationUsingRelativePaths.csproj | 2 +- .../ApplicationWithConfigureMvc.csproj | 2 +- .../ApplicationWithCustomInputFiles.csproj | 2 +- .../ApplicationWithParseErrors.csproj | 2 +- .../ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj | 2 +- .../ClassLibraryWithPrecompiledViews.csproj | 2 +- .../PublishWithEmbedViewSources.csproj | 2 +- testapps/SimpleApp/SimpleApp.csproj | 2 +- testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj | 2 +- testapps/SimpleAppX86DesktopOnly/SimpleAppX86DesktopOnly.csproj | 2 +- testapps/StrongNamedApp/StrongNamedApp.csproj | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj b/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj index fa704733cf..8944e69d6f 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj +++ b/src/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj @@ -16,7 +16,7 @@ - + diff --git a/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj b/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj index 76b9bb0338..74b7c0f4c1 100644 --- a/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj +++ b/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj @@ -10,7 +10,7 @@ - + diff --git a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj index 00372f0185..a58e936cf6 100644 --- a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj +++ b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj @@ -12,7 +12,7 @@ 1.1.0-* All - + diff --git a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj index cf50cd50e2..a5375538d0 100644 --- a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj +++ b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj @@ -13,7 +13,7 @@ 1.1.0-* All - + diff --git a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj index 5d2763adc9..d6a745da4d 100644 --- a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj +++ b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj @@ -15,7 +15,7 @@ 1.1.0-* All - + diff --git a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj index 22347b4ca5..cd1bb59c48 100644 --- a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj +++ b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj @@ -11,7 +11,7 @@ 1.1.0-* All - + diff --git a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj index 831009ac40..db1ffd2dbb 100644 --- a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj +++ b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj @@ -14,7 +14,7 @@ - + 1.1.0-* All diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj index 4ee98030b9..d97f337c9f 100644 --- a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj +++ b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj @@ -17,7 +17,7 @@ - + 1.1.0-* All diff --git a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj index d1b8e2c03a..1f53daf0c6 100644 --- a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj +++ b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj @@ -10,7 +10,7 @@ - + 1.1.0-* All diff --git a/testapps/SimpleApp/SimpleApp.csproj b/testapps/SimpleApp/SimpleApp.csproj index 365349be1a..ec241a12a9 100644 --- a/testapps/SimpleApp/SimpleApp.csproj +++ b/testapps/SimpleApp/SimpleApp.csproj @@ -11,7 +11,7 @@ 1.1.0-* All - + diff --git a/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj b/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj index ff561a4be7..8cd03479c0 100644 --- a/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj +++ b/testapps/SimpleAppDesktopOnly/SimpleAppDesktopOnly.csproj @@ -9,7 +9,7 @@ - + 1.1.0-* All diff --git a/testapps/SimpleAppX86DesktopOnly/SimpleAppX86DesktopOnly.csproj b/testapps/SimpleAppX86DesktopOnly/SimpleAppX86DesktopOnly.csproj index 56dd3cab85..5e59e57728 100644 --- a/testapps/SimpleAppX86DesktopOnly/SimpleAppX86DesktopOnly.csproj +++ b/testapps/SimpleAppX86DesktopOnly/SimpleAppX86DesktopOnly.csproj @@ -9,7 +9,7 @@ - + 1.1.0-* All diff --git a/testapps/StrongNamedApp/StrongNamedApp.csproj b/testapps/StrongNamedApp/StrongNamedApp.csproj index 0f10baa02e..640fd74a76 100644 --- a/testapps/StrongNamedApp/StrongNamedApp.csproj +++ b/testapps/StrongNamedApp/StrongNamedApp.csproj @@ -12,7 +12,7 @@ - + 1.1.0-*