Consolidate .netcoreapp.cs files because projects is no longer cross-compiled (#392)
authorRoman Marusyk <Marusyk@users.noreply.github.com>
Fri, 29 Nov 2019 06:53:09 +0000 (07:53 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 29 Nov 2019 06:53:09 +0000 (22:53 -0800)
commit6b6d9135298500a753b3393b1c7cc4aa94617aa2
tree0218ad1dac409a191f9d7c2d172730a2e4fad403
parent0b17de659022f8478cca92487f3eaf5dddcfad22
Consolidate .netcoreapp.cs files because projects is no longer cross-compiled (#392)
25 files changed:
src/libraries/System.Drawing.Primitives/tests/ColorTests.cs
src/libraries/System.Drawing.Primitives/tests/ColorTests.netcoreapp.cs [deleted file]
src/libraries/System.Drawing.Primitives/tests/SizeFTests.cs
src/libraries/System.Drawing.Primitives/tests/SizeFTests.netcoreapp.cs [deleted file]
src/libraries/System.Drawing.Primitives/tests/SizeTests.cs
src/libraries/System.Drawing.Primitives/tests/SizeTests.netcoreapp.cs [deleted file]
src/libraries/System.Drawing.Primitives/tests/System.Drawing.Primitives.Tests.csproj
src/libraries/System.Globalization.Calendars/tests/ISOWeek/ISOWeekTests.cs [moved from src/libraries/System.Globalization.Calendars/tests/ISOWeek/ISOWeekTests.netcoreapp.cs with 100% similarity]
src/libraries/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
src/libraries/System.Linq.Queryable/tests/System.Linq.Queryable.Tests.csproj
src/libraries/System.Linq.Queryable/tests/ZipTests.cs
src/libraries/System.Linq.Queryable/tests/ZipTests.netcoreapp.cs [deleted file]
src/libraries/System.Linq/tests/SelectManyTests.cs
src/libraries/System.Linq/tests/SelectManyTests.netcoreapp.cs [deleted file]
src/libraries/System.Linq/tests/System.Linq.Tests.csproj
src/libraries/System.Linq/tests/ZipTests.cs
src/libraries/System.Linq/tests/ZipTests.netcoreapp.cs [deleted file]
src/libraries/System.Memory/tests/ParsersAndFormatters/Formatter/RealFormatterTests.cs [moved from src/libraries/System.Memory/tests/ParsersAndFormatters/Formatter/RealFormatterTests.netcoreapp.cs with 100% similarity]
src/libraries/System.Memory/tests/ParsersAndFormatters/Parser/RealParserTests.cs [moved from src/libraries/System.Memory/tests/ParsersAndFormatters/Parser/RealParserTests.netcoreapp.cs with 100% similarity]
src/libraries/System.Memory/tests/System.Memory.Tests.csproj
src/libraries/System.ObjectModel/tests/KeyedCollection/TestMethods.cs
src/libraries/System.ObjectModel/tests/KeyedCollection/TestMethods.netcoreapp.cs [deleted file]
src/libraries/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
src/libraries/System.ObjectModel/tests/System/Collections/ObjectModel/KeyedCollectionTests.cs
src/libraries/System.ObjectModel/tests/System/Collections/ObjectModel/KeyedCollectionTests.netcoreapp.cs [deleted file]