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
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:
parent
f238b52f95
commit
bac80f9b2b
@ -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.*, )",
|
||||
|
@ -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.*, )",
|
||||
|
@ -37,13 +37,17 @@
|
||||
<PackageReference Include="ImGui.NET.DirectX" Version="1.91.0.1" />
|
||||
<PackageReference Include="SpaceEngineersDedicated.ReferenceAssemblies" Version="1.*" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="dnlib" Version="4.4.0" />
|
||||
<PackageReference Include="Steamworks.NET" Version="[20.1.0]" />
|
||||
<PackageReference Include="Steamworks.NET" Version="[20.1.0]" />
|
||||
<PackageReference Include="Krafs.Publicizer" Version="2.3.0">
|
||||
<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>
|
||||
<EmbeddedResource Include="splash.gif" />
|
||||
</ItemGroup>
|
||||
|
@ -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, )",
|
||||
|
Loading…
x
Reference in New Issue
Block a user