Skip to content

Commit

Permalink
- Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Jan 8, 2024
1 parent 3a6d2af commit debc5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/OpenDirectoryDownloader/OpenDirectoryDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<PackageReference Include="AngleSharp" Version="1.0.7" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="FluentFTP" Version="49.0.1" />
<PackageReference Include="Jint" Version="3.0.0-beta-2058" />
<PackageReference Include="Jint" Version="3.0.0-beta-2059" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="PuppeteerExtraSharp" Version="2.0.0" />
<PackageReference Include="PuppeteerSharp" Version="13.0.2" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.1-dev-00972" />
Expand Down

0 comments on commit debc5a6

Please sign in to comment.