Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorEric Erhardt <eric.erhardt@microsoft.com>2022-08-20 20:49:23 +0300
committerGitHub <noreply@github.com>2022-08-20 20:49:23 +0300
commite897e88d09401f27cb7810cf6f53e9156e61147b (patch)
tree90cac2eaef82288bcf8dad1e50ebdfecc371c7d0 /eng
parentd8f8be936c30ab99494bcfe71be6bb38411ab6b5 (diff)
Remove AES and SubtleCrypto from WASM (#74165) (#74246)
* Revert 6a02d5d3f35c84915bb71557569564ad07470238 * Revert relevant parts of 4222e699371ed72ac1fe702e5cfb44a01f3847d8 and AES pieces of 8f75cc9306b0508506f60a94f94d2227ee020798 * Remove Subtle Crypto interop code Fix #73858
Diffstat (limited to 'eng')
-rw-r--r--eng/liveBuilds.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index 5802882a82a..5a3bf10c3e0 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -179,7 +179,6 @@
<LibrariesRuntimeFiles Condition="'$(TargetOS)' == 'Browser'"
Include="
$(LibrariesNativeArtifactsPath)dotnet.js;
- $(LibrariesNativeArtifactsPath)src\dotnet-crypto-worker.js;
$(LibrariesNativeArtifactsPath)dotnet.d.ts;
$(LibrariesNativeArtifactsPath)dotnet-legacy.d.ts;
$(LibrariesNativeArtifactsPath)package.json;