Skip to content

Commit

Permalink
Add packagereference to System.IO.FileSystem.AccessControl
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Nov 8, 2019
1 parent 33507b8 commit 4055d3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="System.IO.FileSystem.AccessControl" Version="4.7.0-preview3.19551.4">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview3.19553.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha>
Expand Down
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.7.0-preview3.19551.4</MicrosoftPrivateCoreFxNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>3.1.0-preview3.19551.4</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<SystemIOFileSystemAccessControlVersion>4.7.0-preview3.19551.4</SystemIOFileSystemAccessControlVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppVersion>
<!-- dotnet-core-internal-tooling -->
Expand Down
3 changes: 3 additions & 0 deletions tests/src/Common/CoreFX/CoreFX.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)" />

Expand Down

0 comments on commit 4055d3f

Please sign in to comment.