From a1700bc1625a299f1ab7a739826b7e612364bb9d Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 18 Jan 2019 13:18:16 -0800 Subject: [PATCH] Remove incorrect Microsoft.NET.Sdk.Razor references from Blazor templates --- .../BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj | 1 - .../BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj b/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj index 942482234b..e213d7de3d 100644 --- a/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj +++ b/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj @@ -13,7 +13,6 @@ - diff --git a/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj b/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj index c1c9e18273..c15dd8d0cc 100644 --- a/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj +++ b/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj @@ -14,7 +14,6 @@ -