Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update NuGet (6.2.1), SharpCompress (0.32), AWSSDK (3.7.9.16), Vanara…
Browse files Browse the repository at this point in the history
… (3.4.3), Msbuild (17.2.0), and NLog (5.0.1)
  • Loading branch information
caesay committed Jun 16, 2022
1 parent 78741fa commit f151d05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Squirrel.CommandLine/Squirrel.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.9.13" />
<PackageReference Include="AWSSDK.S3" Version="3.7.9.16" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.IO" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="NuGet.Commands" Version="6.2.0" />
<PackageReference Include="NuGet.Commands" Version="6.2.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="PeNet" Version="2.9.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Squirrel.Tool/Squirrel.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
<PackageReference Include="Microsoft.Build" Version="17.2.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Squirrel/Squirrel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.31.0" />
<PackageReference Include="NuGet.Versioning" Version="6.2.0" />
<PackageReference Include="SharpCompress" Version="0.32.0" />
<PackageReference Include="NuGet.Versioning" Version="6.2.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'net5.0' ">
Expand Down
8 changes: 4 additions & 4 deletions src/Update.Windows/Update.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="5.0.0" />
<PackageReference Include="NLog" Version="5.0.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.2" />
<PackageReference Include="Vanara.PInvoke.SHCore" Version="3.4.2" />
<PackageReference Include="Vanara.PInvoke.ComCtl32" Version="3.4.2" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.3" />
<PackageReference Include="Vanara.PInvoke.SHCore" Version="3.4.3" />
<PackageReference Include="Vanara.PInvoke.ComCtl32" Version="3.4.3" />
</ItemGroup>

<!-- Allow netframework binaries to be built explicitly using the command line -->
Expand Down

0 comments on commit f151d05

Please sign in to comment.