We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb57df4 commit 4e6e3acCopy full SHA for 4e6e3ac
src/System.IO.Abstractions/System.IO.Abstractions.csproj
@@ -7,7 +7,7 @@
7
<PackageIcon>icon_256x256.png</PackageIcon>
8
</PropertyGroup>
9
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netstandard2.0'">
10
- <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.7.0" />
+ <PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
11
</ItemGroup>
12
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
13
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
0 commit comments