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 St. John <ericstj@microsoft.com>2017-02-03 04:10:01 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-03 19:32:14 +0300
commitd549c08d12f32c6c8bead3a98cfce9d0fe9dd10d (patch)
treea9fe5952380ff65cca5b7a556b745e878c5748f4 /src/System.Globalization.Calendars
parent843cc24cf013c49c998f24eb43d5f32185a416b2 (diff)
System.Private.CoreLib is OSGroup-specific
Make sure that we represent System.PrivateCoreLib as OSGroup specific since it exposes different types on Windows vs Unix.
Diffstat (limited to 'src/System.Globalization.Calendars')
-rw-r--r--src/System.Globalization.Calendars/src/Configurations.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/System.Globalization.Calendars/src/Configurations.props b/src/System.Globalization.Calendars/src/Configurations.props
index a8910ef718..bbb5be814e 100644
--- a/src/System.Globalization.Calendars/src/Configurations.props
+++ b/src/System.Globalization.Calendars/src/Configurations.props
@@ -3,7 +3,8 @@
<PropertyGroup>
<BuildConfigurations>
uap-Windows_NT;
- netcoreapp;
+ netcoreapp-Windows_NT;
+ netcoreapp-Unix;
</BuildConfigurations>
</PropertyGroup>
</Project> \ No newline at end of file