summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2019-11-08 14:17:32 -0800
committerwtgodbe <wigodbe@microsoft.com>2019-11-08 14:17:32 -0800
commit4055d3fb795aca2e8236e26b1a8949b4ca7ebd02 (patch)
tree3dd1a4588266291cd319c70f124539283f68abbd /tests
parent33507b8eef949c482f39a7e90dad38ea43ec4432 (diff)
downloadcoreclr-4055d3fb795aca2e8236e26b1a8949b4ca7ebd02.tar.gz
coreclr-4055d3fb795aca2e8236e26b1a8949b4ca7ebd02.tar.bz2
coreclr-4055d3fb795aca2e8236e26b1a8949b4ca7ebd02.zip
Add packagereference to System.IO.FileSystem.AccessControl
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Common/CoreFX/CoreFX.depproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/Common/CoreFX/CoreFX.depproj b/tests/src/Common/CoreFX/CoreFX.depproj
index 9c9417faf6..205a85ab9f 100644
--- a/tests/src/Common/CoreFX/CoreFX.depproj
+++ b/tests/src/Common/CoreFX/CoreFX.depproj
@@ -32,6 +32,9 @@
<ItemGroup>
+ <!-- Workaround to exclude runtime assets from this package while we fix a bug in CoreFx -->
+ <PackageReference Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControlVersion)" PrivateAssets="Runtime" />
+
<!-- Microsoft.Private.CoreFx.OOB is a meta-package that contains references to most of what we need -->
<PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />