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:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-09-01 10:18:59 +0300
committerGitHub <noreply@github.com>2017-09-01 10:18:59 +0300
commit7f1c480a6a280fbced29606120b507596bafbefc (patch)
tree6a84f6700ef6a67ba713e02118869b8d7b6c45a0 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent8a41dac1874124bbc0e1f8b4c01d778528c05b6e (diff)
Port rollback of System.IO DCR from release branch to master (#23566)
* Port rollback of System.IO DCR from release branch to master
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 e805b9f789..fce0d4d915 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -53,9 +53,6 @@
<Compile Include="File\ReadWriteAllTextAsync.cs" />
<Compile Include="FileStream\ReadWriteSpan.netcoreapp.cs" />
</ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'uapaot' or '$(TargetGroup)' == 'uap'">
- <Compile Include="WinRT_BrokeredFunctions.cs" />
- </ItemGroup>
<ItemGroup>
<!-- Rewritten -->
<Compile Include="DirectoryInfo\GetSetAttributes.cs" />