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>2018-03-10 07:01:56 +0300
committerGitHub <noreply@github.com>2018-03-10 07:01:56 +0300
commit0e70b43de9d13a629082ec878411c4662557e9e1 (patch)
treea2e241e185d5ab7bd1e3d9f4d8d63892a3569245 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent1b9cf748834740ad843828384cfd6967e991b115 (diff)
Test changes for System.IO.FileSystem (#27923)
* Test changes - Add new tests for more coverage on enumeration - Re-enable tests * Add missing assert
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.csproj5
1 files changed, 4 insertions, 1 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 ef777424cb..4bc153ab4a 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -65,6 +65,7 @@
<Compile Include="Enumeration\RootTests.netcoreapp.cs" />
<Compile Include="Enumeration\AttributeTests.netcoreapp.cs" />
<Compile Include="Enumeration\MatchTypesTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\ExampleTests.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<!-- Rewritten -->
@@ -196,6 +197,8 @@
<ItemGroup>
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file