No need to register .wasm media type since ASP.NET Core 2.2 (#6731)

This commit is contained in:
Steve Sanderson 2019-01-16 09:50:42 -08:00 committed by GitHub
parent d838165642
commit 9020ab6386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ namespace Microsoft.AspNetCore.Builder
{
var result = new FileExtensionContentTypeProvider();
AddMapping(result, ".dll", MediaTypeNames.Application.Octet);
AddMapping(result, ".wasm", WasmMediaTypeNames.Application.Wasm);
if (enableDebugging)
{