Skip to content

Commit

Permalink
- Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Dec 6, 2020
1 parent 2976670 commit 5f174f9
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 @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.49.0.2145" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.49.0.2160" />
<PackageReference Include="NLog" Version="4.7.6" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion OpenDirectoryDownloader/OpenDirectoryDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="FluentFTP" Version="33.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NLog" Version="4.7.6" />
<PackageReference Include="Polly" Version="7.2.1" />
<PackageReference Include="TextCopy" Version="4.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 5f174f9

Please sign in to comment.