Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Jun 22, 2022
1 parent 1259282 commit 8d28cc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@

<!-- SkiaSharp & HarfBuzzSharp -->
<!-- https://github.com/AvaloniaUI/Avalonia/blob/master/build/HarfBuzzSharp.props -->
<PackageVersion Include="HarfBuzzSharp" Version="2.8.2.1-preview.63" />
<PackageVersion Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.1-preview.63" />
<PackageVersion Include="HarfBuzzSharp" Version="2.8.2.1-preview.71" />
<PackageVersion Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.1-preview.71" />
<!-- https://github.com/AvaloniaUI/Avalonia/blob/master/build/SkiaSharp.props -->
<PackageVersion Include="SkiaSharp" Version="2.88.1-preview.63" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.63" />
<PackageVersion Include="SkiaSharp" Version="2.88.1-preview.71" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.71" />

<!-- AutoMapper -->
<PackageVersion Include="AutoMapper" Version="10.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/SteamTool.Core/SteamTool.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Gameloop.Vdf" Version="0.6.1" />
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Ninject" Version="3.3.4" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion source/SteamTools/SteamTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<PackageReference Include="LivetCask.Mvvm" Version="3.2.3.2" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Reactive" Version="5.0.0" />

<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
Expand Down

0 comments on commit 8d28cc1

Please sign in to comment.