Skip to content

Commit

Permalink
Remove unnecessary NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Aug 24, 2023
1 parent 4307cc7 commit 482ffec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Lunet.Core/Lunet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" />
<PackageReference Include="Scriban" Version="5.7.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Versioning" Version="6.7.0" />
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
<PackageReference Include="Zio" Version="0.16.2" />
</ItemGroup>

Expand Down
4 changes: 0 additions & 4 deletions src/Lunet.Watcher/Lunet.Watcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.FileSystem.Watcher" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Lunet.Core\Lunet.Core.csproj" />
Expand Down

0 comments on commit 482ffec

Please sign in to comment.