chore: add Matrix42 1.4 sandboxed extension package

This commit is contained in:
Meik
2026-06-26 12:03:31 +02:00
parent aaa0c945d9
commit 9046b3f806
72 changed files with 7488 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0/win-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {},
".NETCoreApp,Version=v8.0/win-x64": {
"C4ITF4SDM42WebApi/1.0.0": {
"dependencies": {
"C4ITF4SDM42WebApiHelper": "1.0.0",
"C4ITF4SDM42WebApiHelper.Reference": "1.3.0.0"
},
"runtime": {
"C4ITF4SDM42WebApi.dll": {}
}
},
"C4ITF4SDM42WebApiHelper/1.0.0": {
"runtime": {
"C4ITF4SDM42WebApiHelper.dll": {
"fileVersion": "0.0.0.0"
}
}
},
"C4ITF4SDM42WebApiHelper.Reference/1.3.0.0": {
"runtime": {
"C4ITF4SDM42WebApiHelper.dll": {
"assemblyVersion": "1.3.0.0",
"fileVersion": "0.0.0.0"
}
}
}
}
},
"libraries": {
"C4ITF4SDM42WebApi/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"C4ITF4SDM42WebApiHelper/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"C4ITF4SDM42WebApiHelper.Reference/1.3.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<host xmlns="urn:m42/host.config">
<modules></modules>
<sections></sections>
</host>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>