base: removed explicit Newtonsoft.Json requirement

At compile time everything seems alright, but at runtime
Microsoft.AspNet.WebApi.Client decides that 13.0.1 is no longer ≥6.0.4
and errors out.

Great.
This commit is contained in:
alterNERDtive 2022-09-20 12:26:04 +02:00
parent 102718139c
commit d260199a58
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1
4 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,13 @@
# 4.5 (2022-09-19)
# devel
## SpanshAttack 7.2.3
* Fixed `Newtonsoft.Json` version conflict that prevented getting approximate
coordinates for an unknown system from EDTS.
-----
# 4.5 (2022-09-19)
This might very well be the last release of this. With how the “Horizons 4.0”
launch went, Frontiers communication around it, and just _how_ horrible 4.0 is,

View file

@ -1 +1 @@
4.5
4.5.1

View file

@ -33,7 +33,7 @@ namespace SpanshAttack
/// </summary>
public class SpanshAttack
{
private static readonly Version VERSION = new ("7.2.2");
private static readonly Version VERSION = new ("7.2.3");
private static VoiceAttackLog? log;
private static VoiceAttackCommands? commands;

View file

@ -71,9 +71,6 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Client">
<Version>5.2.9</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.4</Version>
</PackageReference>