From 8d339379f4e279613864896ca55786d9dced0349 Mon Sep 17 00:00:00 2001 From: Kevin Ariel Bayter Date: Mon, 4 Aug 2025 23:58:16 -0500 Subject: [PATCH] Fix Blazor WebAssembly SDK configuration - Changed SDK from Microsoft.NET.Sdk.Web to Microsoft.NET.Sdk.BlazorWebAssembly - Resolves 404 errors for blazor.webassembly.js - Fixes JavaScript errors related to window.DotNet not being available - Enables proper Blazor WebAssembly framework file generation --- src/NPacMan.Blazor/NPacMan.Blazor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NPacMan.Blazor/NPacMan.Blazor.csproj b/src/NPacMan.Blazor/NPacMan.Blazor.csproj index b9ae7b2..32a2cbf 100644 --- a/src/NPacMan.Blazor/NPacMan.Blazor.csproj +++ b/src/NPacMan.Blazor/NPacMan.Blazor.csproj @@ -1,4 +1,4 @@ - + netstandard2.1