Skip to content

Commit 9020ab6

Browse files
No need to register .wasm media type since ASP.NET Core 2.2 (#6731)
1 parent d838165 commit 9020ab6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/src/Microsoft.AspNetCore.Components.Server/Builder/BlazorApplicationBuilderExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ private static IContentTypeProvider CreateContentTypeProvider(bool enableDebuggi
160160
{
161161
var result = new FileExtensionContentTypeProvider();
162162
AddMapping(result, ".dll", MediaTypeNames.Application.Octet);
163-
AddMapping(result, ".wasm", WasmMediaTypeNames.Application.Wasm);
164163

165164
if (enableDebugging)
166165
{

0 commit comments

Comments
 (0)