From 3c7c3e81783994b8abbff87a667165d0a0d2e230 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:19:59 -0500 Subject: [PATCH] Swap straight quotes for curly quotes (#28206) --- aspnetcore/blazor/file-uploads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/file-uploads.md b/aspnetcore/blazor/file-uploads.md index 4cd000a472..9415fa36a9 100644 --- a/aspnetcore/blazor/file-uploads.md +++ b/aspnetcore/blazor/file-uploads.md @@ -678,7 +678,7 @@ For more information, see the following API resources: In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read. -:::moniker range=“= aspnetcore-5.0” +:::moniker range="= aspnetcore-5.0" allows configuring file upload characteristics for Blazor Server. @@ -692,7 +692,7 @@ In Blazor WebAssembly, file data is streamed directly into the .NET code within :::zone-end -:::moniker range=“>= aspnetcore-6.0" +:::moniker range=">= aspnetcore-6.0" ## Upload image preview