Skip to content

Commit

Permalink
- Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Nov 13, 2023
1 parent 4e234e0 commit eaaa07b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.63.0.3155" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0-dev-00923" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23503-02" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23531-01" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/OpenDirectoryDownloader/OpenDirectoryDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.6-alpha-325" />
<PackageReference Include="AngleSharp" Version="1.0.6" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="FluentFTP" Version="48.0.3" />
<PackageReference Include="Jint" Version="3.0.0-beta-2054" />
<PackageReference Include="Jint" Version="3.0.0-beta-2055" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="8.1.0" />
<PackageReference Include="PuppeteerExtraSharp" Version="2.0.0" />
Expand Down

0 comments on commit eaaa07b

Please sign in to comment.