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
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2019-10-25 23:41:15 +0300
committerGitHub <noreply@github.com>2019-10-25 23:41:15 +0300
commitf2d99573e252503c715e4ed2bfac448f92dce2a8 (patch)
tree25e2c2acc72c296fc674bb348ce660e98f9c9587 /eng/restore
parente3949865f733d97c4e14acb1345a3561b88d2d33 (diff)
Revert "Add support to produce WebAssembly runtime assets (dotnet/corefx#41777)" (dotnet/corefx#42127)
This reverts commit dotnet/corefx@c57cba795a0e0a2905f6ce48009cde1d23cd7a19. Commit migrated from https://github.com/dotnet/corefx/commit/76cfbcfb7f6204b77eabc21f0bfbd83b7cf1cf80
Diffstat (limited to 'eng/restore')
-rw-r--r--eng/restore/runtime/runtime.depproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/eng/restore/runtime/runtime.depproj b/eng/restore/runtime/runtime.depproj
index 421434766c7..89ef92cace1 100644
--- a/eng/restore/runtime/runtime.depproj
+++ b/eng/restore/runtime/runtime.depproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RuntimeIdentifier>$(PackageRID)</RuntimeIdentifier>
- <!-- We're using ToolRuntimeRID as a placeholder for the real corelib/runtime components until we have an actual set of runtime bits to consume for webassembly. -->
- <RuntimeIdentifier Condition="'$(RuntimeOS)' == 'webassembly'">$(ToolRuntimeRID)</RuntimeIdentifier>
<NoWarn>$(NoWarn);NU1603;NU1605</NoWarn>
<SwapNativeForIL Condition="'$(SwapNativeForIL)' == '' AND ('$(ConfigurationGroup)' == 'Debug' OR '$(Coverage)' == 'true')">true</SwapNativeForIL>
</PropertyGroup>