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:
authorHugh Bellamy <hughbellars@gmail.com>2017-07-03 19:27:30 +0300
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2017-07-03 19:27:30 +0300
commit7e3b0db2892c56a431f8e99af9cd9381adec385a (patch)
tree0e635521cb354a3436c67bdc8a5bbf20cd3d9b99 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parentee9e93238133115db669885e53353ee2e72bd195 (diff)
Move AssertExtensions to Corefx.Private.TestUtilities (#21799)
* Move AssertExtensions to Corefx.Private.TestUtilities * Update csprojs * Fix Linq.Expressions uapaot build
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index be391761c8..487885506f 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -167,9 +167,6 @@
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
<Link>Common\System\PlatformDetection.cs</Link>
</Compile>
- <Compile Include="$(CommonTestPath)\System\AssertExtensions.cs">
- <Link>Common\System\AssertExtensions.cs</Link>
- </Compile>
<ProjectReference Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj">
<Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
<Name>RemoteExecutorConsoleApp</Name>