Skip to content

Commit 4b87260

Browse files
committed
Fix build issues
1 parent d8f50bd commit 4b87260

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Components/Web.JS/dist/Release/blazor.web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/WebAssembly/WebAssembly/src/Hosting/WebAssemblyHost.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Diagnostics.CodeAnalysis;
5-
using System.Globalization;
65
using System.Reflection.Metadata;
76
using Microsoft.AspNetCore.Components.Infrastructure;
87
using Microsoft.AspNetCore.Components.Web.Infrastructure;

src/Components/WebAssembly/WebAssembly/src/Rendering/WebAssemblyRenderer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Diagnostics.CodeAnalysis;
5-
using System.Globalization;
65
using System.Runtime.CompilerServices;
76
using System.Runtime.InteropServices.JavaScript;
87
using Microsoft.AspNetCore.Components.RenderTree;

0 commit comments

Comments
 (0)