Skip to content

Commit d8fec41

Browse files
authored
Merge pull request #508 from System-IO-Abstractions/dependabot/nuget/System.IO.FileSystem.AccessControl-4.6.0
Bump System.IO.FileSystem.AccessControl from 4.5.0 to 4.6.0
2 parents d7a4a7c + f725534 commit d8fec41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0'">
3030
<PackageReference Include="System.IO.FileSystem.AccessControl">
31-
<Version>4.5.0</Version>
31+
<Version>4.6.0</Version>
3232
</PackageReference>
3333
</ItemGroup>
3434

System.IO.Abstractions/System.IO.Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netcoreapp2.0'">
2727
<PackageReference Include="System.IO.FileSystem.AccessControl">
28-
<Version>4.5.0</Version>
28+
<Version>4.6.0</Version>
2929
</PackageReference>
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4'">
3333
<PackageReference Include="System.IO.FileSystem.AccessControl">
34-
<Version>4.5.0</Version>
34+
<Version>4.6.0</Version>
3535
</PackageReference>
3636
<PackageReference Include="System.IO.FileSystem.DriveInfo">
3737
<Version>4.3.1</Version>

0 commit comments

Comments
 (0)