Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- SharpCompress: 0.32.0 -> 0.32.2
- Tomlyn: 0.14.3 -> 0.15.0
  • Loading branch information
julianxhokaxhiu committed Aug 6, 2022
1 parent 746facf commit 2fdbdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 7thHeaven.Code/7thHeaven.Code.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpCompress">
<Version>0.32.0</Version>
<Version>0.32.2</Version>
</PackageReference>
<PackageReference Include="Tomlyn">
<Version>0.14.3</Version>
<Version>0.15.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLib/7thWrapperLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<Version>2.1.0</Version>
</PackageReference>
<PackageReference Include="SharpCompress">
<Version>0.32.0</Version>
<Version>0.32.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 2fdbdfc

Please sign in to comment.