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 'test/Mono.Linker.Tests.Cases.Expectations')
-rw-r--r--test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj b/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
index e0b5ba192..db2718da3 100644
--- a/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
+++ b/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj
@@ -1,9 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup Condition=" $(Configuration.StartsWith('illink')) ">
+ <PropertyGroup>
+ <Configurations>Debug;Release;illink_Debug;illink_Release</Configurations>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="$(Configuration.StartsWith('illink'))">
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
- <PropertyGroup Condition=" ! $(Configuration.StartsWith('illink')) ">
+ <PropertyGroup Condition="!$(Configuration.StartsWith('illink'))">
<TargetFramework>net471</TargetFramework>
</PropertyGroup>