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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-02-06 16:15:44 +0300
committerGitHub <noreply@github.com>2018-02-06 16:15:44 +0300
commit6a0654db927ead2f8a2d4a038da292cb367e6be5 (patch)
treeb0d4e7b546f31e417c6908e54f233fdf42c5868c /src/ILCompiler.WebAssembly
parent744716ed4e7f6d91eb8287bb3206b212f7e093cd (diff)
Cleanup NuGet rids (#5353)
Switch rid to generic linux in most places and stop pretending that we are on ubuntu-14.04. ubuntu-14.04 is left just at the two places that still need it.
Diffstat (limited to 'src/ILCompiler.WebAssembly')
-rw-r--r--src/ILCompiler.WebAssembly/src/libLLVMdep.depproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ILCompiler.WebAssembly/src/libLLVMdep.depproj b/src/ILCompiler.WebAssembly/src/libLLVMdep.depproj
index 5e0a14f61..5c1bac3da 100644
--- a/src/ILCompiler.WebAssembly/src/libLLVMdep.depproj
+++ b/src/ILCompiler.WebAssembly/src/libLLVMdep.depproj
@@ -8,7 +8,6 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<RuntimeIdentifiers>$(NuPkgRid)</RuntimeIdentifiers>
- <RuntimeIdentifiers Condition="$(NuPkgRid.StartsWith('ubuntu.'))">ubuntu.14.04-x64</RuntimeIdentifiers>
<RidSpecificAssets>true</RidSpecificAssets>
</PropertyGroup>