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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2021-01-19 10:46:15 +0300
committerGitHub <noreply@github.com>2021-01-19 10:46:15 +0300
commitc7da6b94977156822e0ba4ed1b65428604cb9946 (patch)
tree176d77666108818e8f0631b10a771f179f831234 /Directory.Build.props
parentddfc3016d36f65dc62640ebe925590097b66c327 (diff)
Remove monolinker build support (#1760)
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props8
1 files changed, 1 insertions, 7 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 920bc6e1c..7f80dfe27 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,9 +1,5 @@
<Project>
<PropertyGroup>
- <MonoBuild Condition="'$(MonoBuild)' == '' and '$(SolutionName)' == 'monolinker'">true</MonoBuild>
- </PropertyGroup>
-
- <PropertyGroup>
<IsReferenceAssembly Condition="'$(IsReferenceAssembly)' == '' and '$([System.IO.Path]::GetFileName($(MSBuildProjectDirectory)))' == 'ref'">true</IsReferenceAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(IsReferenceAssembly)' == 'true' ">
@@ -17,9 +13,7 @@
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>
- <Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(MonoBuild)' == ''" />
- <!-- Still use global versions even if not using arcade. -->
- <Import Project="eng/Versions.props" Condition="'$(MonoBuild)' != ''" />
+ <Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
<Import Project="eng/Analyzers.props" />
<PropertyGroup>
<IsPackable>false</IsPackable>