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:
authorStephen Toub <stoub@microsoft.com>2017-08-24 19:35:39 +0300
committerGitHub <noreply@github.com>2017-08-24 19:35:39 +0300
commit7c35a83d31acf6c8f67ab8714847c71107a8b5db (patch)
tree1aef2689dad91fc38c6ba4248592232289752638 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent06d361cf2bbce39389d293f4d3fd9dae3619e034 (diff)
Add tests for FileStream span-based overrides (#23481)
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.csproj1
1 files changed, 1 insertions, 0 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 bf25500602..e805b9f789 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -51,6 +51,7 @@
<Compile Include="File\ReadWriteAllLinesAsync.cs" />
<Compile Include="File\ReadWriteAllBytesAsync.cs" />
<Compile Include="File\ReadWriteAllTextAsync.cs" />
+ <Compile Include="FileStream\ReadWriteSpan.netcoreapp.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'uapaot' or '$(TargetGroup)' == 'uap'">
<Compile Include="WinRT_BrokeredFunctions.cs" />