From 5fe0a49142cd9845c83cb133d341946bc672f97c Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Mon, 23 Jan 2023 14:47:23 -0500 Subject: [PATCH] BlazorWasmSdk: Serve .webcil as application/octet-stream WebCIL is a new container format for .NET assemblies when publishing to webassembly. (See https://github.com/dotnet/runtime/pull/79416) Related to https://github.com/dotnet/runtime/issues/80807 --- src/BlazorWasmSdk/Targets/BlazorWasm.web.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BlazorWasmSdk/Targets/BlazorWasm.web.config b/src/BlazorWasmSdk/Targets/BlazorWasm.web.config index c461dc0b3d06..586d3565ed1e 100644 --- a/src/BlazorWasmSdk/Targets/BlazorWasm.web.config +++ b/src/BlazorWasmSdk/Targets/BlazorWasm.web.config @@ -5,12 +5,14 @@ + +