summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2019-11-08 14:29:02 -0800
committerwtgodbe <wigodbe@microsoft.com>2019-11-08 14:29:02 -0800
commit64ab2b8e73fbf183f48d99ac7460a911a774d42a (patch)
tree05258e52f6a098c0d2928a47d3bf9465413ba78d /tests
parent4055d3fb795aca2e8236e26b1a8949b4ca7ebd02 (diff)
downloadcoreclr-64ab2b8e73fbf183f48d99ac7460a911a774d42a.tar.gz
coreclr-64ab2b8e73fbf183f48d99ac7460a911a774d42a.tar.bz2
coreclr-64ab2b8e73fbf183f48d99ac7460a911a774d42a.zip
Fixup PrivateAssets->ExcludeAssets
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Common/CoreFX/CoreFX.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Common/CoreFX/CoreFX.depproj b/tests/src/Common/CoreFX/CoreFX.depproj
index 205a85ab9f..fc61e1dd5b 100644
--- a/tests/src/Common/CoreFX/CoreFX.depproj
+++ b/tests/src/Common/CoreFX/CoreFX.depproj
@@ -33,7 +33,7 @@
<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" />
+ <PackageReference Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControlVersion)" ExcludeAssets="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)" />