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:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2016-09-20 01:36:52 +0300
committerJeremy Kuhne <jeremy.kuhne@microsoft.com>2016-09-20 01:36:52 +0300
commit1b02003006046ccabbed18513f7172027619c936 (patch)
tree21e48210fe40ba67595ac66769dafd2b13137d3a /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parent387cf98c410bdca8fd195b28cbe53af578698f94 (diff)
Address feedback, remove workarounds
The workarounds are no longer needed and fail with the dir.targets workaround removed.
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj')
-rw-r--r--src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index 0b897dd0ef..5e23c96803 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -75,11 +75,5 @@
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
- <!-- ToDo: Remove this target once the infrastructure for testing in netcoreapp1.1 is ready -->
- <Target Name="RemoveUnwantedTestMonikers" Condition="'$(TargetGroup)'=='netstandard1.7'" BeforeTargets="CopyTestToTestDirectory">
- <ItemGroup>
- <TestNugetTargetMoniker Remove=".NETCoreApp,Version=v1.1" />
- </ItemGroup>
- </Target>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file