add newtonsoft to plugins project so other plugins could still keep using it instead of built-in STJ
All checks were successful
Build / Compute Version (push) Successful in 7s
Build / Build Nuget package (NuGet) (push) Successful in 4m10s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m8s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m25s
Build / Build Launcher (push) Successful in 5m14s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 7m49s

This commit is contained in:
zznty
2025-07-08 14:34:21 +07:00
parent f238b52f95
commit bac80f9b2b
4 changed files with 24 additions and 2 deletions

View File

@@ -283,6 +283,11 @@
"MonoMod.ILHelpers": "1.1.0"
}
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"NLog": {
"type": "Transitive",
"resolved": "5.4.0",
@@ -436,6 +441,7 @@
"Lib.Harmony.Thin": "[2.3.4-torch, )",
"Microsoft.Extensions.DependencyInjection.Abstractions": "[9.0.5, )",
"NLog": "[5.4.0, )",
"Newtonsoft.Json": "[13.0.3, )",
"NuGet": "[1.0.0, )",
"SharedCringe": "[1.0.0, )",
"SpaceEngineersDedicated.ReferenceAssemblies": "[1.*, )",

View File

@@ -371,6 +371,11 @@
"MonoMod.ILHelpers": "1.1.0"
}
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "6.13.2",
@@ -457,6 +462,7 @@
"Lib.Harmony.Thin": "[2.3.4-torch, )",
"Microsoft.Extensions.DependencyInjection.Abstractions": "[9.0.5, )",
"NLog": "[5.4.0, )",
"Newtonsoft.Json": "[13.0.3, )",
"NuGet": "[1.0.0, )",
"SharedCringe": "[1.0.0, )",
"SpaceEngineersDedicated.ReferenceAssemblies": "[1.*, )",

View File

@@ -42,6 +42,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- It is included only because some plugins were using it previously -->
<!-- TODO Make this a reference in each plugin project when dependencies support is shipped -->
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>

View File

@@ -60,6 +60,12 @@
"resolved": "9.0.5",
"contentHash": "cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw=="
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"NLog": {
"type": "Direct",
"requested": "[5.4.0, )",