From 004ac259837b2c0ea63c49a49f2cbd9a6c0c9d97 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 16 Apr 2019 20:46:51 -0700 Subject: [PATCH] Remove AddRazorSupportForMvc from MVC and Blazor projects (#9446) Fixes https://github.com/aspnet/AspNetCore/issues/9126 Fixes https://github.com/aspnet/AspNetCore/issues/9183 Fixes https://github.com/aspnet/AspNetCore/issues/9207 --- .../AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj | 1 - src/Azure/AzureAD/samples/AzureADSample/AzureADSample.csproj | 1 - .../netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props | 5 ----- .../ComponentsApp.Server/ComponentsApp.Server.csproj | 3 +-- src/Components/test/testassets/TestServer/TestServer.csproj | 1 - .../samples/ApiAuthSample/ApiAuthSample.csproj | 1 - src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj | 1 - .../IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj | 1 - .../samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj | 1 - .../Identity.DefaultUI.WebSite.csproj | 1 - .../samples/NodeServicesExamples/NodeServicesExamples.csproj | 1 - src/Middleware/SpaServices/samples/Webpack/Webpack.csproj | 1 - src/MusicStore/samples/MusicStore/MusicStore.csproj | 1 - src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj | 1 - src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj | 1 - src/Mvc/samples/MvcSandbox/MvcSandbox.csproj | 1 - .../ApplicationModelWebSite/ApplicationModelWebSite.csproj | 1 - src/Mvc/test/WebSites/BasicWebSite/BasicWebSite.csproj | 1 - .../ControllersFromServicesWebSite.csproj | 1 - .../ErrorPageMiddlewareWebSite.csproj | 1 - .../HtmlGenerationWebSite/HtmlGenerationWebSite.csproj | 1 - .../test/WebSites/RazorPagesWebSite/RazorPagesWebSite.csproj | 1 - src/Mvc/test/WebSites/RazorWebSite/RazorWebSite.csproj | 1 - src/Mvc/test/WebSites/RoutingWebSite/RoutingWebSite.csproj | 1 - src/Mvc/test/WebSites/SecurityWebSite/SecurityWebSite.csproj | 1 - .../test/WebSites/TagHelpersWebSite/TagHelpersWebSite.csproj | 1 - .../Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in | 1 - .../Web.ProjectTemplates/RazorComponentsWeb-CSharp.csproj.in | 1 - .../Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in | 1 - .../Web.ProjectTemplates/StarterWeb-CSharp.csproj.in | 1 - .../Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in | 1 - .../Web.Spa.ProjectTemplates/React-CSharp.csproj.in | 1 - .../Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in | 1 - .../samples/ClaimsTransformation/ClaimsTransformation.csproj | 1 - src/Security/samples/Cookies/Cookies.csproj | 1 - .../samples/CustomPolicyProvider/CustomPolicyProvider.csproj | 1 - src/Security/samples/DynamicSchemes/DynamicSchemes.csproj | 1 - .../Identity.ExternalClaims/Identity.ExternalClaims.csproj | 1 - .../samples/PathSchemeSelection/PathSchemeSelection.csproj | 1 - src/Security/samples/StaticFilesAuth/StaticFilesAuth.csproj | 1 - 40 files changed, 1 insertion(+), 45 deletions(-) diff --git a/src/Azure/AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj b/src/Azure/AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj index 4b2d1d2f77..e1b592ed20 100644 --- a/src/Azure/AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj +++ b/src/Azure/AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj @@ -2,7 +2,6 @@ netcoreapp3.0 - true diff --git a/src/Azure/AzureAD/samples/AzureADSample/AzureADSample.csproj b/src/Azure/AzureAD/samples/AzureADSample/AzureADSample.csproj index 41e8c46060..062de172bf 100644 --- a/src/Azure/AzureAD/samples/AzureADSample/AzureADSample.csproj +++ b/src/Azure/AzureAD/samples/AzureADSample/AzureADSample.csproj @@ -2,7 +2,6 @@ netcoreapp3.0 - true diff --git a/src/Components/Blazor/Build/src/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props b/src/Components/Blazor/Build/src/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props index c78da7fbf1..f20d90334c 100644 --- a/src/Components/Blazor/Build/src/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props +++ b/src/Components/Blazor/Build/src/build/netstandard1.0/Microsoft.AspNetCore.Blazor.Build.props @@ -1,8 +1,3 @@  - - - - true - diff --git a/src/Components/test/testassets/ComponentsApp.Server/ComponentsApp.Server.csproj b/src/Components/test/testassets/ComponentsApp.Server/ComponentsApp.Server.csproj index 98f54b4a53..d5ac161574 100644 --- a/src/Components/test/testassets/ComponentsApp.Server/ComponentsApp.Server.csproj +++ b/src/Components/test/testassets/ComponentsApp.Server/ComponentsApp.Server.csproj @@ -1,8 +1,7 @@  - netcoreapp3.0 - true + netcoreapp3.0 diff --git a/src/Components/test/testassets/TestServer/TestServer.csproj b/src/Components/test/testassets/TestServer/TestServer.csproj index 726fdcb38c..3566f065b3 100644 --- a/src/Components/test/testassets/TestServer/TestServer.csproj +++ b/src/Components/test/testassets/TestServer/TestServer.csproj @@ -2,7 +2,6 @@ netcoreapp3.0 - true diff --git a/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/ApiAuthSample.csproj b/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/ApiAuthSample.csproj index 2d6050a9b8..df96819c67 100644 --- a/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/ApiAuthSample.csproj +++ b/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/ApiAuthSample.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 aspnet-ApiAuthSample-12ED8ECC-9EF1-4D31-87B4-1405B3198E5E - true diff --git a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj index d952b7700c..10e7db1165 100644 --- a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj +++ b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj @@ -13,7 +13,6 @@ false false true - true diff --git a/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj b/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj index 843fc86739..ecfe756f9f 100644 --- a/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj +++ b/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj @@ -4,7 +4,6 @@ Identity sample MVC application on ASP.NET Core using the default UI netcoreapp3.0 aspnetcore-2ff9bc27-5e8c-4484-90ca-e3aace89b72a - true diff --git a/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj b/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj index deeec618ca..b78dc55331 100644 --- a/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj +++ b/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj @@ -4,7 +4,6 @@ Identity sample MVC application on ASP.NET Core netcoreapp3.0 aspnetcore-b3d20cbe-418e-4bf2-a0f4-57f91d067e07 - true diff --git a/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj b/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj index a1cd5bea86..e2ec0518f3 100644 --- a/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj +++ b/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 aspnet-Identity.DefaultUI.WebSite-80C658D8-CED7-467F-9B47-75DA3BC1A16D - true diff --git a/src/Middleware/NodeServices/samples/NodeServicesExamples/NodeServicesExamples.csproj b/src/Middleware/NodeServices/samples/NodeServicesExamples/NodeServicesExamples.csproj index 92744abddc..d5bea12a23 100644 --- a/src/Middleware/NodeServices/samples/NodeServicesExamples/NodeServicesExamples.csproj +++ b/src/Middleware/NodeServices/samples/NodeServicesExamples/NodeServicesExamples.csproj @@ -4,7 +4,6 @@ netcoreapp3.0 true false - true diff --git a/src/Middleware/SpaServices/samples/Webpack/Webpack.csproj b/src/Middleware/SpaServices/samples/Webpack/Webpack.csproj index 4113737efb..494b84a780 100644 --- a/src/Middleware/SpaServices/samples/Webpack/Webpack.csproj +++ b/src/Middleware/SpaServices/samples/Webpack/Webpack.csproj @@ -4,7 +4,6 @@ netcoreapp3.0 true false - true diff --git a/src/MusicStore/samples/MusicStore/MusicStore.csproj b/src/MusicStore/samples/MusicStore/MusicStore.csproj index b4f96b0c78..682cc74754 100644 --- a/src/MusicStore/samples/MusicStore/MusicStore.csproj +++ b/src/MusicStore/samples/MusicStore/MusicStore.csproj @@ -8,7 +8,6 @@ $(DefineConstants);DEMO win-x86;win-x64;linux-x64;osx-x64 true - true diff --git a/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj b/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj index 37a3a2296d..6cb22ad18a 100644 --- a/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj +++ b/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj @@ -9,7 +9,6 @@ false true - true diff --git a/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj b/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj index 416e5087d1..29819095ee 100644 --- a/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj +++ b/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 $(BenchmarksTargetFramework) true - true diff --git a/src/Mvc/samples/MvcSandbox/MvcSandbox.csproj b/src/Mvc/samples/MvcSandbox/MvcSandbox.csproj index a20fbcab06..5313504177 100644 --- a/src/Mvc/samples/MvcSandbox/MvcSandbox.csproj +++ b/src/Mvc/samples/MvcSandbox/MvcSandbox.csproj @@ -2,7 +2,6 @@ netcoreapp3.0 - true diff --git a/src/Mvc/test/WebSites/ApplicationModelWebSite/ApplicationModelWebSite.csproj b/src/Mvc/test/WebSites/ApplicationModelWebSite/ApplicationModelWebSite.csproj index bb07f7faa4..63b09ef8fa 100644 --- a/src/Mvc/test/WebSites/ApplicationModelWebSite/ApplicationModelWebSite.csproj +++ b/src/Mvc/test/WebSites/ApplicationModelWebSite/ApplicationModelWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/BasicWebSite/BasicWebSite.csproj b/src/Mvc/test/WebSites/BasicWebSite/BasicWebSite.csproj index 800d034392..061afddc5f 100644 --- a/src/Mvc/test/WebSites/BasicWebSite/BasicWebSite.csproj +++ b/src/Mvc/test/WebSites/BasicWebSite/BasicWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/ControllersFromServicesWebSite/ControllersFromServicesWebSite.csproj b/src/Mvc/test/WebSites/ControllersFromServicesWebSite/ControllersFromServicesWebSite.csproj index 14e10c8225..e409e9764b 100644 --- a/src/Mvc/test/WebSites/ControllersFromServicesWebSite/ControllersFromServicesWebSite.csproj +++ b/src/Mvc/test/WebSites/ControllersFromServicesWebSite/ControllersFromServicesWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/ErrorPageMiddlewareWebSite/ErrorPageMiddlewareWebSite.csproj b/src/Mvc/test/WebSites/ErrorPageMiddlewareWebSite/ErrorPageMiddlewareWebSite.csproj index 2d67a32c21..7f98eb7afe 100644 --- a/src/Mvc/test/WebSites/ErrorPageMiddlewareWebSite/ErrorPageMiddlewareWebSite.csproj +++ b/src/Mvc/test/WebSites/ErrorPageMiddlewareWebSite/ErrorPageMiddlewareWebSite.csproj @@ -5,7 +5,6 @@ false true - true diff --git a/src/Mvc/test/WebSites/HtmlGenerationWebSite/HtmlGenerationWebSite.csproj b/src/Mvc/test/WebSites/HtmlGenerationWebSite/HtmlGenerationWebSite.csproj index 4ab1cb7bef..3cdd1f61c7 100644 --- a/src/Mvc/test/WebSites/HtmlGenerationWebSite/HtmlGenerationWebSite.csproj +++ b/src/Mvc/test/WebSites/HtmlGenerationWebSite/HtmlGenerationWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/RazorPagesWebSite/RazorPagesWebSite.csproj b/src/Mvc/test/WebSites/RazorPagesWebSite/RazorPagesWebSite.csproj index 90205ddb1c..a7ccaf6ebf 100644 --- a/src/Mvc/test/WebSites/RazorPagesWebSite/RazorPagesWebSite.csproj +++ b/src/Mvc/test/WebSites/RazorPagesWebSite/RazorPagesWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/RazorWebSite/RazorWebSite.csproj b/src/Mvc/test/WebSites/RazorWebSite/RazorWebSite.csproj index 8fee3a8a6b..f6b24e30ec 100644 --- a/src/Mvc/test/WebSites/RazorWebSite/RazorWebSite.csproj +++ b/src/Mvc/test/WebSites/RazorWebSite/RazorWebSite.csproj @@ -4,7 +4,6 @@ netcoreapp3.0 $(DefineConstants);NETCOREAPP2_0_CUSTOM_DEFINE true - true diff --git a/src/Mvc/test/WebSites/RoutingWebSite/RoutingWebSite.csproj b/src/Mvc/test/WebSites/RoutingWebSite/RoutingWebSite.csproj index 229db281ca..4954023a67 100644 --- a/src/Mvc/test/WebSites/RoutingWebSite/RoutingWebSite.csproj +++ b/src/Mvc/test/WebSites/RoutingWebSite/RoutingWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/SecurityWebSite/SecurityWebSite.csproj b/src/Mvc/test/WebSites/SecurityWebSite/SecurityWebSite.csproj index cad7056165..fa377f657a 100644 --- a/src/Mvc/test/WebSites/SecurityWebSite/SecurityWebSite.csproj +++ b/src/Mvc/test/WebSites/SecurityWebSite/SecurityWebSite.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Mvc/test/WebSites/TagHelpersWebSite/TagHelpersWebSite.csproj b/src/Mvc/test/WebSites/TagHelpersWebSite/TagHelpersWebSite.csproj index 13ab37d5df..4717009c54 100644 --- a/src/Mvc/test/WebSites/TagHelpersWebSite/TagHelpersWebSite.csproj +++ b/src/Mvc/test/WebSites/TagHelpersWebSite/TagHelpersWebSite.csproj @@ -4,7 +4,6 @@ netcoreapp3.0 true true - true diff --git a/src/ProjectTemplates/Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in index e188139dcb..4bd3778901 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in @@ -6,7 +6,6 @@ 3.0 true Company.RazorClassLibrary1 - true diff --git a/src/ProjectTemplates/Web.ProjectTemplates/RazorComponentsWeb-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/RazorComponentsWeb-CSharp.csproj.in index cfc9ed2ed4..a5d1fdc23a 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/RazorComponentsWeb-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/RazorComponentsWeb-CSharp.csproj.in @@ -5,7 +5,6 @@ 7.3 True RazorComponentsWeb_CSharp - true diff --git a/src/ProjectTemplates/Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in index c61a941a4a..1b8a5103ff 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in @@ -7,7 +7,6 @@ 1 True Company.WebApplication1 - true diff --git a/src/ProjectTemplates/Web.ProjectTemplates/StarterWeb-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/StarterWeb-CSharp.csproj.in index aea54d6fe8..c6fbbb7bf0 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/StarterWeb-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/StarterWeb-CSharp.csproj.in @@ -7,7 +7,6 @@ 1 True Company.WebApplication1 - true diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in index ee5dd4c35b..082a437cb8 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in @@ -12,7 +12,6 @@ false Company.WebApplication1 - true diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in index a50d7e293c..5b930ebba1 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in @@ -9,7 +9,6 @@ $(DefaultItemExcludes);$(SpaRoot)node_modules\** True Company.WebApplication1 - true diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in index 0fb4e21057..eee417f529 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in @@ -9,7 +9,6 @@ $(DefaultItemExcludes);$(SpaRoot)node_modules\** True Company.WebApplication1 - true diff --git a/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj b/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj index 0ae7fdb10c..356b19430d 100644 --- a/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj +++ b/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Security/samples/Cookies/Cookies.csproj b/src/Security/samples/Cookies/Cookies.csproj index 0ae7fdb10c..356b19430d 100644 --- a/src/Security/samples/Cookies/Cookies.csproj +++ b/src/Security/samples/Cookies/Cookies.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Security/samples/CustomPolicyProvider/CustomPolicyProvider.csproj b/src/Security/samples/CustomPolicyProvider/CustomPolicyProvider.csproj index 22d5874a39..f0608927d2 100644 --- a/src/Security/samples/CustomPolicyProvider/CustomPolicyProvider.csproj +++ b/src/Security/samples/CustomPolicyProvider/CustomPolicyProvider.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj b/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj index 7040a41b30..d72d814671 100644 --- a/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj +++ b/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj @@ -2,7 +2,6 @@ netcoreapp3.0 true - true diff --git a/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj b/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj index f9c2f1db80..fc5f7fded5 100644 --- a/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj +++ b/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 aspnet-Identity.ExternalClaims-E95BE154-CB1B-4633-A2E0-B2DF12FE8BD3 true - true diff --git a/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj b/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj index 0ae7fdb10c..356b19430d 100644 --- a/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj +++ b/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj @@ -3,7 +3,6 @@ netcoreapp3.0 true - true diff --git a/src/Security/samples/StaticFilesAuth/StaticFilesAuth.csproj b/src/Security/samples/StaticFilesAuth/StaticFilesAuth.csproj index 2c291cdf04..5061fcb022 100644 --- a/src/Security/samples/StaticFilesAuth/StaticFilesAuth.csproj +++ b/src/Security/samples/StaticFilesAuth/StaticFilesAuth.csproj @@ -4,7 +4,6 @@ netcoreapp3.0 aspnet-StaticFilesAuth-AFE2BD9D-1575-4C3E-BE32-3F15C5BC9947 true - true