Skip to content

Commit 195f959

Browse files
author
Vadim Hatsura
committed
Remove System.IO and System.IO.FileSystem.Primitives from dependencies
1 parent b952e33 commit 195f959

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Serilog.Sinks.File/Serilog.Sinks.File.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
33+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
3434
<PackageReference Include="Serilog" Version="2.5.0" />
3535
</ItemGroup>
3636

@@ -63,9 +63,7 @@
6363
</ItemGroup>
6464

6565
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
66-
<PackageReference Include="System.IO" Version="4.1.0" />
6766
<PackageReference Include="System.IO.FileSystem" Version="4.0.1" />
68-
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.0.1" />
6967
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.0.11" />
7068
<PackageReference Include="System.Threading.Timer" Version="4.0.1" />
7169
</ItemGroup>

0 commit comments

Comments
 (0)