From 1141654673d07cb53785e52df149b020ea15bc0a Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:22:24 -0700 Subject: [PATCH] Fix the TargetFramework for Blazor WASM server app (#14865) --- .../BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj index eb9834dd9b..2742595431 100644 --- a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj +++ b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj @@ -1,7 +1,7 @@  - $(DefaultNetCoreTargetFramework) + netcoreapp3.1 7.3