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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-04-19 03:29:25 +0300
committerEric Mellino <erme@microsoft.com>2017-04-19 03:29:25 +0300
commit2d28970f1b8d15c3d98ae1b5e811d79580330490 (patch)
tree5954b17b97186d28679875084fd3988ee896fbc0 /dir.props
parentaf74a86c3003d487e981655283488f8b03829b29 (diff)
Remove the alpine-specific workaround in dir.props. This distro is not supported officially.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props5
1 files changed, 0 insertions, 5 deletions
diff --git a/dir.props b/dir.props
index 8dc3270d56..8f1ab27f47 100644
--- a/dir.props
+++ b/dir.props
@@ -150,11 +150,6 @@
<Import Project="$(BuildConfigurationImportFile)" Condition="Exists('$(BuildConfigurationImportFile)')" />
- <PropertyGroup>
- <!-- illink fails to run on Alpine CLI : https://github.com/dotnet/corefx/issues/18029 -->
- <ILLinkTrimAssembly Condition="$(RuntimeOS.StartsWith('alpine'))">false</ILLinkTrimAssembly>
- </PropertyGroup>
-
<!-- Import packaging props -->
<Import Project="$(MSBuildThisFileDirectory)Packaging.props"/>