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:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2016-09-15 20:41:04 +0300
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2016-09-15 21:47:55 +0300
commit47e8189f143bf846e307b186815ed7d825a91fc2 (patch)
tree98fccec8e232f0ec08db26eaca0304bf7b614604 /src/System.Globalization.Calendars/tests
parent336bd785161aa5d70e41be85d77fe0790c8f7eac (diff)
Add more APIs to String and Char types with supported tests
Diffstat (limited to 'src/System.Globalization.Calendars/tests')
-rw-r--r--src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj b/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
index 6c0a3b70e8..225591c966 100644
--- a/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
+++ b/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
@@ -8,7 +8,6 @@
<OutputType>Library</OutputType>
<AssemblyName>System.Globalization.Calendars.Tests</AssemblyName>
<RootNamespace>System.Globalization.Calendars.Tests</RootNamespace>
- <NugetTargetMoniker Condition="'$(TargetGroup)'=='netstandard1.7' AND '$(NugetTargetMoniker)'==''">.NETStandard,Version=v1.7</NugetTargetMoniker>
<NugetTargetMoniker Condition="'$(NugetTargetMoniker)'==''">.NETStandard,Version=v1.3</NugetTargetMoniker>
</PropertyGroup>
<ItemGroup Condition="'$(TargetGroup)'=='netstandard1.7'">