Skip to content

Commit

Permalink
Update Nuget Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed Apr 15, 2021
1 parent 2b187ff commit 6704534
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ALOTInstallerConsole/ALOTInstallerConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.3.0">
<PackageReference Include="Fody" Version="6.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions ALOTInstallerCore/ALOTInstallerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AuthenticodeExaminer" Version="0.3.0" />
<PackageReference Include="CliWrap" Version="3.3.1" />
<PackageReference Include="CliWrap" Version="3.3.2" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="PropertyChanged.Fody" Version="3.3.2" />
<PackageReference Include="PropertyChanged.Fody" Version="4.0.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0-dev-00887" />
Expand Down
6 changes: 3 additions & 3 deletions ALOTInstallerWPF/ALOTInstallerWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="MahApps.Metro.IconPacks.Ionicons" Version="4.4.0" />
<PackageReference Include="Microsoft.AppCenter" Version="3.4.3" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.3" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.3" />
<PackageReference Include="Microsoft.AppCenter" Version="4.2.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.2.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.2.0" />
<PackageReference Include="Microsoft.WindowsAPICodePack-Core" Version="1.1.0.2" />
<PackageReference Include="Microsoft.WindowsAPICodePack-Shell" Version="1.1.0" />
<PackageReference Include="PropertyChanged.Fody" Version="4.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion ComputerInfo
2 changes: 1 addition & 1 deletion ME3ExplorerLib

0 comments on commit 6704534

Please sign in to comment.