Skip to content

Commit

Permalink
Updated third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Jul 17, 2022
1 parent 681da5a commit ce14ee6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions SimpleZIP_UI/SimpleZIP_UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.13</Version>
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="secure-file">
<Version>1.0.31</Version>
</PackageReference>
<PackageReference Include="Serilog">
<Version>2.10.0</Version>
<Version>2.11.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.Async">
<Version>1.5.0</Version>
Expand All @@ -414,7 +414,7 @@
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="SharpCompress">
<Version>0.31.0</Version>
<Version>0.32.1</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.3.3</Version>
Expand Down
10 changes: 5 additions & 5 deletions SimpleZIP_UI_TEST/SimpleZIP_UI_TEST.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,19 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions">
<Version>6.5.1</Version>
<Version>6.7.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk">
<Version>16.11.0</Version>
<Version>17.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.13</Version>
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>2.2.8</Version>
<Version>2.2.10</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>2.2.8</Version>
<Version>2.2.10</Version>
</PackageReference>
<PackageReference Include="System.IO.FileSystem">
<Version>4.3.0</Version>
Expand Down

0 comments on commit ce14ee6

Please sign in to comment.