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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-11-11 22:59:21 +0300
committerGitHub <noreply@github.com>2016-11-11 22:59:21 +0300
commit768e18c53d1e218d77914c207dcb2ba8636397e0 (patch)
tree484025b3bcb5b4ee98d350316650caf53ec6eebf /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent1f26e27b677e5f256b2cfd4e67acb63661d25a91 (diff)
Moving part of System.Security.Permissions down to System.Runtime.Extensions (#13476)
* Moving part of System.Security.Permissions down to System.Runtime.Extensions
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.csproj2
1 files changed, 2 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 67e7cd0ea3..5c5f80549e 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -185,6 +185,8 @@
<!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
<ProjectReference Include="..\..\System.Runtime.Extensions\pkg\System.Runtime.Extensions.pkgproj" />
<!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
+ <ProjectReference Include="..\..\System.Security.Permissions\pkg\System.Security.Permissions.pkgproj" />
+ <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
<ProjectReference Include="..\..\System.IO.FileSystem.Primitives\pkg\System.IO.FileSystem.Primitives.pkgproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />