Merge pull request #378 from dotnet-maestro-bot/merge/release/2.2-to-master

[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
Chris Ross 2018-10-23 14:54:53 -07:00 committed by GitHub
commit 268290a8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ namespace Microsoft.AspNetCore.ResponseCompression
"text/xml",
"application/json",
"text/json",
// WebAssembly
"application/wasm",
};
}
}