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:
Diffstat (limited to 'linker/Mono.Linker.csproj')
-rw-r--r--linker/Mono.Linker.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/linker/Mono.Linker.csproj b/linker/Mono.Linker.csproj
index c010a7850..3964313e8 100644
--- a/linker/Mono.Linker.csproj
+++ b/linker/Mono.Linker.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<!--
TODO: Remove this workaround once supported.
@@ -53,7 +53,7 @@
<Target Name="AfterBuild">
</Target>
-->
- <ItemGroup Condition=" ! $(Configuration.StartsWith('netcore')) ">
+ <ItemGroup Condition=" ! $(NetCoreBuild) ">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
@@ -130,4 +130,4 @@
<Name>Mono.Cecil.Pdb</Name>
</ProjectReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>