diff --git a/patches/cli/0001-Persist-ASP.NET-runtime-patch-targeting-default.patch b/patches/cli/0001-Persist-ASP.NET-runtime-patch-targeting-default.patch index 9e5f7fc884..10e13ed2ad 100644 --- a/patches/cli/0001-Persist-ASP.NET-runtime-patch-targeting-default.patch +++ b/patches/cli/0001-Persist-ASP.NET-runtime-patch-targeting-default.patch @@ -1,4 +1,4 @@ -From d6f6922c24e205a53bc5f2420695a4a177648808 Mon Sep 17 00:00:00 2001 +From dfe28f2b2cfbe8878e637a51a79ab55f8dd41ed7 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 13 Jun 2018 09:46:43 -0500 Subject: [PATCH] Persist ASP.NET runtime patch targeting default @@ -7,23 +7,28 @@ Let the CLI build take a default value for TargetLatestAspNetCoreRuntimePatch in https://github.com/dotnet/cli/issues/9469 is required to remove this patch. --- - build/MSBuildExtensions.targets | 3 +++ - 1 file changed, 3 insertions(+) + build/MSBuildExtensions.targets | 8 ++++++++ + 1 file changed, 8 insertions(+) diff --git a/build/MSBuildExtensions.targets b/build/MSBuildExtensions.targets -index f5365724a..f192226b8 100644 +index f5365724a..fd2fa3719 100644 --- a/build/MSBuildExtensions.targets +++ b/build/MSBuildExtensions.targets -@@ -196,6 +196,9 @@ Copyright (c) .NET Foundation. All rights reserved. +@@ -196,6 +196,14 @@ Copyright (c) .NET Foundation. All rights reserved. 1.0.12 1.1.9 2.0.9 + -+ -+ $(DefaultTargetLatestAspNetCoreRuntimePatch) ++ ++ $(DefaultTargetLatestAspNetCoreRuntimePatch) ]]> -- -2.17.1.windows.2 +2.18.0