From 9273759dca814882aa107d563270ce3be67e0a7a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 29 Jun 2018 11:02:39 -0700 Subject: [PATCH] [2.1]: Remove unused project capability from Microsoft.AspNetCore.App (#1237) Removing this from .App in 2.1.3 because this was unused, and the capability is not actually supported by VS. This will be re-added in the future versions of .App when we land the VS integration for in-process hosting. cref https://github.com/aspnet/IISIntegration/pull/969 --- .../build/netcoreapp2.1/Microsoft.AspNetCore.App.props | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props b/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props index b45f971fa7..009b464763 100644 --- a/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props +++ b/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props @@ -11,11 +11,4 @@ <_AspNetCoreAppSharedFxIsEnabled Condition=" '$(_AspNetCoreAppSharedFxIsEnabled)' == '' ">true - - - - -