Upgrade packages

This commit is contained in:
Michiel Hazelhof 2024-03-31 11:51:24 +02:00
parent b1b43642c2
commit c41634e728
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dnlib" Version="3.6.0" />
<PackageReference Include="dnlib" Version="4.4.0" />
</ItemGroup>
</Project>

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>