Content organization updates (#29346)
parent
9d5606ecdd
commit
bd630d47a4
|
@ -109,18 +109,14 @@ After opening a project in VS Code, you may receive a notification that addition
|
|||
|
||||
:::moniker-end
|
||||
|
||||
Visual Studio for Mac requires version 8.8 (build 1532) or later:
|
||||
|
||||
Install the latest release of Visual Studio for Mac by selecting the **Download Visual Studio for Mac** button at [Microsoft: Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/).
|
||||
Visual Studio for Mac requires version 8.8 (build 1532) or later. Install the latest release of Visual Studio for Mac by selecting the **Download Visual Studio for Mac** button at [Microsoft: Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/).
|
||||
|
||||
> [!NOTE]
|
||||
> Apple Safari on macOS isn't currently supported.
|
||||
|
||||
## Packages
|
||||
|
||||
Standalone Blazor WebAssembly:
|
||||
|
||||
[`Microsoft.AspNetCore.Components.WebAssembly.DevServer`](https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebAssembly.DevServer): Development server for use when building Blazor apps. Calls <xref:Microsoft.AspNetCore.Builder.WebAssemblyNetDebugProxyAppBuilderExtensions.UseWebAssemblyDebugging%2A?displayProperty=nameWithType> internally to add middleware for debugging Blazor WebAssembly apps inside Chromium developer tools.
|
||||
Standalone Blazor WebAssembly: [`Microsoft.AspNetCore.Components.WebAssembly.DevServer`](https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebAssembly.DevServer): Development server for use when building Blazor apps. Calls <xref:Microsoft.AspNetCore.Builder.WebAssemblyNetDebugProxyAppBuilderExtensions.UseWebAssemblyDebugging%2A?displayProperty=nameWithType> internally to add middleware for debugging Blazor WebAssembly apps inside Chromium developer tools.
|
||||
|
||||
Hosted Blazor WebAssembly:
|
||||
|
||||
|
|
Loading…
Reference in New Issue