From 69218362377217b94f8951f2491fb696116ec9f8 Mon Sep 17 00:00:00 2001 From: dabaoImp11 Date: Thu, 3 Oct 2024 10:29:07 +0800 Subject: [PATCH] Revert "fix build errors" --- .github/workflows/build.yml | 12 +- .../bin/Debug/net6.0/TheOtherRoles.deps.json | 171 +++++++++--------- nuget.config | 1 - 3 files changed, 95 insertions(+), 89 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9ade134..bd61d495 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/cache@v4 + - uses: actions/cache@v2 with: path: | ~/.nuget/packages @@ -18,12 +18,13 @@ jobs: key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} restore-keys: | ${{ runner.os }}-nuget- - - uses: actions/checkout@v4 + + - uses: actions/checkout@v2 with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v1 with: dotnet-version: 6.x @@ -31,7 +32,8 @@ jobs: run: dotnet build TheOtherRoles/TheOtherRoles.csproj --configuration Release - name: Upload TheOtherRoles - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v2 with: name: TheOtherRoles.dll - path: TheOtherRoles/bin/Release/net6.0/TheOtherRoles.dll \ No newline at end of file + path: TheOtherRoles/bin/Release/net6.0/TheOtherRoles.dll + diff --git a/TheOtherRoles/bin/Debug/net6.0/TheOtherRoles.deps.json b/TheOtherRoles/bin/Debug/net6.0/TheOtherRoles.deps.json index 7a8ccbbc..5e0ffb7d 100644 --- a/TheOtherRoles/bin/Debug/net6.0/TheOtherRoles.deps.json +++ b/TheOtherRoles/bin/Debug/net6.0/TheOtherRoles.deps.json @@ -6,18 +6,23 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { - "TheOtherRoles/1.2.8": { + "TheOtherRoles/1.0.7": { "dependencies": { - "AmongUs.GameLibs.Steam": "2024.6.18", + "AmongUs.GameLibs.Steam": "2023.7.11", "BepInEx.IL2CPP.MSBuild": "2.1.0-rc.1", - "BepInEx.Unity.IL2CPP": "6.0.0-be.671", - "Reactor": "2.2.0" + "BepInEx.Unity.IL2CPP": "6.0.0-be.670", + "Disarm": "2022.1.0-master.26", + "Reactor": "2.2.0-ci.235", + "Samboy063.Cpp2IL.Core": "2022.1.0-development.886", + "Samboy063.LibCpp2IL": "2022.1.0-development.886", + "Samboy063.WasmDisassembler": "2022.1.0-development.886", + "StableNameDotNet": "0.1.0-development.886" }, "runtime": { "TheOtherRoles.dll": {} } }, - "AmongUs.GameLibs.Steam/2024.6.18": {}, + "AmongUs.GameLibs.Steam/2023.7.11": {}, "AsmResolver/5.1.0": { "runtime": { "lib/net6.0/AsmResolver.dll": { @@ -68,7 +73,7 @@ } } }, - "BepInEx.Core/6.0.0-be.671": { + "BepInEx.Core/6.0.0-be.670": { "dependencies": { "HarmonyX": "2.10.1", "MonoMod.Utils": "22.5.1.1", @@ -82,7 +87,7 @@ } }, "BepInEx.IL2CPP.MSBuild/2.1.0-rc.1": {}, - "BepInEx.Unity.Common/6.0.0-be.671": { + "BepInEx.Unity.Common/6.0.0-be.670": { "dependencies": { "AssetRipper.VersionUtilities": "1.3.1", "MonoMod.Utils": "22.5.1.1" @@ -94,17 +99,17 @@ } } }, - "BepInEx.Unity.IL2CPP/6.0.0-be.671": { + "BepInEx.Unity.IL2CPP/6.0.0-be.670": { "dependencies": { - "BepInEx.Core": "6.0.0-be.671", - "BepInEx.Unity.Common": "6.0.0-be.671", + "BepInEx.Core": "6.0.0-be.670", + "BepInEx.Unity.Common": "6.0.0-be.670", "HarmonyX": "2.10.1", "Iced": "1.18.0", - "Il2CppInterop.Generator": "1.4.6-ci.367", - "Il2CppInterop.HarmonySupport": "1.4.6-ci.367", - "Il2CppInterop.Runtime": "1.4.6-ci.367", + "Il2CppInterop.Generator": "1.4.6-ci.354", + "Il2CppInterop.HarmonySupport": "1.4.6-ci.354", + "Il2CppInterop.Runtime": "1.4.6-ci.354", "MonoMod.RuntimeDetour": "22.5.1.1", - "Samboy063.Cpp2IL.Core": "2022.1.0-development.866" + "Samboy063.Cpp2IL.Core": "2022.1.0-development.886" }, "runtime": { "lib/net6.0/BepInEx.Unity.IL2CPP.dll": { @@ -141,7 +146,7 @@ } } }, - "Il2CppInterop.Common/1.4.6-ci.367": { + "Il2CppInterop.Common/1.4.6-ci.354": { "dependencies": { "Iced": "1.18.0", "Microsoft.Extensions.Logging.Abstractions": "6.0.1", @@ -154,9 +159,9 @@ } } }, - "Il2CppInterop.Generator/1.4.6-ci.367": { + "Il2CppInterop.Generator/1.4.6-ci.354": { "dependencies": { - "Il2CppInterop.Common": "1.4.6-ci.367", + "Il2CppInterop.Common": "1.4.6-ci.354", "Mono.Cecil": "0.11.4" }, "runtime": { @@ -166,10 +171,10 @@ } } }, - "Il2CppInterop.HarmonySupport/1.4.6-ci.367": { + "Il2CppInterop.HarmonySupport/1.4.6-ci.354": { "dependencies": { "HarmonyX": "2.10.1", - "Il2CppInterop.Runtime": "1.4.6-ci.367" + "Il2CppInterop.Runtime": "1.4.6-ci.354" }, "runtime": { "lib/net6.0/Il2CppInterop.HarmonySupport.dll": { @@ -178,10 +183,10 @@ } } }, - "Il2CppInterop.Runtime/1.4.6-ci.367": { + "Il2CppInterop.Runtime/1.4.6-ci.354": { "dependencies": { "Iced": "1.18.0", - "Il2CppInterop.Common": "1.4.6-ci.367" + "Il2CppInterop.Common": "1.4.6-ci.354" }, "runtime": { "lib/net6.0/Il2CppInterop.Runtime.dll": { @@ -305,9 +310,9 @@ } } }, - "Reactor/2.2.0": { + "Reactor/2.2.0-ci.235": { "dependencies": { - "BepInEx.Unity.IL2CPP": "6.0.0-be.671" + "BepInEx.Unity.IL2CPP": "6.0.0-be.670" }, "runtime": { "lib/net6.0/Reactor.dll": { @@ -358,13 +363,13 @@ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {}, - "Samboy063.Cpp2IL.Core/2022.1.0-development.866": { + "Samboy063.Cpp2IL.Core/2022.1.0-development.886": { "dependencies": { "AsmResolver.DotNet": "5.1.0", "Disarm": "2022.1.0-master.26", "Iced": "1.18.0", - "Samboy063.LibCpp2IL": "2022.1.0-development.866", - "StableNameDotNet": "0.1.0-development.866", + "Samboy063.LibCpp2IL": "2022.1.0-development.886", + "StableNameDotNet": "0.1.0-development.886", "js6pak.Gee.External.Capstone": "2.1.0" }, "runtime": { @@ -374,10 +379,10 @@ } } }, - "Samboy063.LibCpp2IL/2022.1.0-development.866": { + "Samboy063.LibCpp2IL/2022.1.0-development.886": { "dependencies": { "AssetRipper.VersionUtilities": "1.3.1", - "Samboy063.WasmDisassembler": "2022.1.0-development.866" + "Samboy063.WasmDisassembler": "2022.1.0-development.886" }, "runtime": { "lib/net6.0/LibCpp2IL.dll": { @@ -386,7 +391,7 @@ } } }, - "Samboy063.WasmDisassembler/2022.1.0-development.866": { + "Samboy063.WasmDisassembler/2022.1.0-development.886": { "runtime": { "lib/net6.0/WasmDisassembler.dll": { "assemblyVersion": "2022.1.0.0", @@ -402,7 +407,7 @@ } } }, - "StableNameDotNet/0.1.0-development.866": { + "StableNameDotNet/0.1.0-development.886": { "runtime": { "lib/netstandard2.0/StableNameDotNet.dll": { "assemblyVersion": "0.1.0.0", @@ -843,17 +848,17 @@ } }, "libraries": { - "TheOtherRoles/1.2.8": { + "TheOtherRoles/1.0.7": { "type": "project", "serviceable": false, "sha512": "" }, - "AmongUs.GameLibs.Steam/2024.6.18": { + "AmongUs.GameLibs.Steam/2023.7.11": { "type": "package", "serviceable": true, - "sha512": "sha512-xb+HP1xXn4/ES8AgXpk9xeoW568LFYw5NTjY6bHwd6vQjHDf2kT1xHMmQ1me5Vfee/Gp69YIMZDXUAUToG7Elg==", - "path": "amongus.gamelibs.steam/2024.6.18", - "hashPath": "amongus.gamelibs.steam.2024.6.18.nupkg.sha512" + "sha512": "sha512-e5zbU+4AYnp1zAQDizO5GRIh1kemkgCa8rFVAcr9bxeupkBu5dwwdHxArWv/pUybIJTZfOPjkOnicZ2qKWLX7g==", + "path": "amongus.gamelibs.steam/2023.7.11", + "hashPath": "amongus.gamelibs.steam.2023.7.11.nupkg.sha512" }, "AsmResolver/5.1.0": { "type": "package", @@ -890,12 +895,12 @@ "path": "assetripper.versionutilities/1.3.1", "hashPath": "assetripper.versionutilities.1.3.1.nupkg.sha512" }, - "BepInEx.Core/6.0.0-be.671": { + "BepInEx.Core/6.0.0-be.670": { "type": "package", "serviceable": true, - "sha512": "sha512-Hp9QsgwtlGuNULFq5tF8YHrVD5R5WA5nMgFTJbcScWsGJDq7KPEhiLNGvKHAxcmMM8GA0CKM+jn8cJPtlMKvNQ==", - "path": "bepinex.core/6.0.0-be.671", - "hashPath": "bepinex.core.6.0.0-be.671.nupkg.sha512" + "sha512": "sha512-7CbbMNZfb+1VHjFKh/ErFBOOEYrVCIkng/B3/HPcbNioySC7qdT1ztfYqs6YjQia4krEic+LV3ew86B/hTg+hw==", + "path": "bepinex.core/6.0.0-be.670", + "hashPath": "bepinex.core.6.0.0-be.670.nupkg.sha512" }, "BepInEx.IL2CPP.MSBuild/2.1.0-rc.1": { "type": "package", @@ -904,19 +909,19 @@ "path": "bepinex.il2cpp.msbuild/2.1.0-rc.1", "hashPath": "bepinex.il2cpp.msbuild.2.1.0-rc.1.nupkg.sha512" }, - "BepInEx.Unity.Common/6.0.0-be.671": { + "BepInEx.Unity.Common/6.0.0-be.670": { "type": "package", "serviceable": true, - "sha512": "sha512-05W7ERsHizZl0MacTAhiGkcihZl2b0DYBP0e6gA1Vzoay+teQ/mHy3zorGu1r8lLWlesH4LXl89HwFjrMA1ZKw==", - "path": "bepinex.unity.common/6.0.0-be.671", - "hashPath": "bepinex.unity.common.6.0.0-be.671.nupkg.sha512" + "sha512": "sha512-FSzWILgwepZ7CpA34ew1WyO75lNjxkfX86uwo2172lbhmLkgoAdQbNun8dxKJCDlIevmTDga76yr/WPrTXELvA==", + "path": "bepinex.unity.common/6.0.0-be.670", + "hashPath": "bepinex.unity.common.6.0.0-be.670.nupkg.sha512" }, - "BepInEx.Unity.IL2CPP/6.0.0-be.671": { + "BepInEx.Unity.IL2CPP/6.0.0-be.670": { "type": "package", "serviceable": true, - "sha512": "sha512-XpmrBitEO7pe5YG9VHqn0nuelEF5Dp0Rpkxa2F7PFZF1a00KSsdCL809++HYnGzLumNOCIt7mO7yyDNP5k25mw==", - "path": "bepinex.unity.il2cpp/6.0.0-be.671", - "hashPath": "bepinex.unity.il2cpp.6.0.0-be.671.nupkg.sha512" + "sha512": "sha512-dhzCrem44oFxhOICCJ9eoSUbaKSsGGyBUfUQW9WFljCwIK8o4Cx5BiuXAkYoRjr2DhpzLpPDyPZDRImUqH0bwA==", + "path": "bepinex.unity.il2cpp/6.0.0-be.670", + "hashPath": "bepinex.unity.il2cpp.6.0.0-be.670.nupkg.sha512" }, "Disarm/2022.1.0-master.26": { "type": "package", @@ -939,33 +944,33 @@ "path": "iced/1.18.0", "hashPath": "iced.1.18.0.nupkg.sha512" }, - "Il2CppInterop.Common/1.4.6-ci.367": { + "Il2CppInterop.Common/1.4.6-ci.354": { "type": "package", "serviceable": true, - "sha512": "sha512-zviSAk0COGdxx1KLTJlSi6lyvfRjbPO4qhj9RvLAU5zP74hwAkjhim0WsSo9clkkyGS+KXDrjnUEHqfXuMMm9Q==", - "path": "il2cppinterop.common/1.4.6-ci.367", - "hashPath": "il2cppinterop.common.1.4.6-ci.367.nupkg.sha512" + "sha512": "sha512-aCP3kr39YQw5GVqE9Q8c5y7f9CEKdFxpUhIqYgQBtrEz5Z/KCbHhjuOf/lSuFrjl6Vub/BKk6k+UbMRdoSvC1w==", + "path": "il2cppinterop.common/1.4.6-ci.354", + "hashPath": "il2cppinterop.common.1.4.6-ci.354.nupkg.sha512" }, - "Il2CppInterop.Generator/1.4.6-ci.367": { + "Il2CppInterop.Generator/1.4.6-ci.354": { "type": "package", "serviceable": true, - "sha512": "sha512-VP/1LX3wEy0/5BCrgggzIm9niyRGp/zjXaxFJip1D2bvM7oIXwK0LR0Rp8BE/uxKW8aQjVYxxwVwsdXPS/1KZw==", - "path": "il2cppinterop.generator/1.4.6-ci.367", - "hashPath": "il2cppinterop.generator.1.4.6-ci.367.nupkg.sha512" + "sha512": "sha512-y30sxc9mMv0bUzCPDr73xiI6fiu7ksmnEm6XULTGU/5JEGv2aw++/71bLOEYCscNbZTa2JT4yYrLCXCj3GSekg==", + "path": "il2cppinterop.generator/1.4.6-ci.354", + "hashPath": "il2cppinterop.generator.1.4.6-ci.354.nupkg.sha512" }, - "Il2CppInterop.HarmonySupport/1.4.6-ci.367": { + "Il2CppInterop.HarmonySupport/1.4.6-ci.354": { "type": "package", "serviceable": true, - "sha512": "sha512-rKb4Bt4cZQNWtI1L1/n/m5jJelP8pwAcQHwN/gaUAcobnapGZPJvRp8gyLQRvthGm3sxeleIQelEsv6L+21A2g==", - "path": "il2cppinterop.harmonysupport/1.4.6-ci.367", - "hashPath": "il2cppinterop.harmonysupport.1.4.6-ci.367.nupkg.sha512" + "sha512": "sha512-mQV5A+B/qtI6kSXEGx/UswiqjFKw13/yyviawnStfRKbLMW+XFsdMgGSkOVZd/TiDtF9ZG4Xt7DbkbFu26WjyA==", + "path": "il2cppinterop.harmonysupport/1.4.6-ci.354", + "hashPath": "il2cppinterop.harmonysupport.1.4.6-ci.354.nupkg.sha512" }, - "Il2CppInterop.Runtime/1.4.6-ci.367": { + "Il2CppInterop.Runtime/1.4.6-ci.354": { "type": "package", "serviceable": true, - "sha512": "sha512-Wb4rj/ESlfiYljfVXskndbkYNSX1WxPcsylrYex39QnVzujk6tRQUbHLA7PZn509z6P5wYbqJvhodzJ+w9Kk4A==", - "path": "il2cppinterop.runtime/1.4.6-ci.367", - "hashPath": "il2cppinterop.runtime.1.4.6-ci.367.nupkg.sha512" + "sha512": "sha512-Xe5md9z+KIthdEcjfUjmoOhvM3gTI3SPyocqvuzEHoov5jQ/HhIPv5hUZzTSm+2nzn3XplENNE8vlBPvQ1o6OA==", + "path": "il2cppinterop.runtime/1.4.6-ci.354", + "hashPath": "il2cppinterop.runtime.1.4.6-ci.354.nupkg.sha512" }, "js6pak.Gee.External.Capstone/2.1.0": { "type": "package", @@ -1016,12 +1021,12 @@ "path": "monomod.utils/22.5.1.1", "hashPath": "monomod.utils.22.5.1.1.nupkg.sha512" }, - "Reactor/2.2.0": { + "Reactor/2.2.0-ci.235": { "type": "package", "serviceable": true, - "sha512": "sha512-foMHya01tmr//3tw+kO7FmY1ojnR0m+ShMU6sxogbnWeO85lmX3QM8aSIsYeAhtJSThf6Ben6iTM4O0KgVcmqw==", - "path": "reactor/2.2.0", - "hashPath": "reactor.2.2.0.nupkg.sha512" + "sha512": "sha512-aa0VHgBs5QwuMHt7evQ/mldAHBqsWdLvnh7NS0RrVSwxi46KfTdALc1sebjzLrWs949USdwGXtFIePEMizGqrA==", + "path": "reactor/2.2.0-ci.235", + "hashPath": "reactor.2.2.0-ci.235.nupkg.sha512" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { "type": "package", @@ -1128,26 +1133,26 @@ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512" }, - "Samboy063.Cpp2IL.Core/2022.1.0-development.866": { + "Samboy063.Cpp2IL.Core/2022.1.0-development.886": { "type": "package", "serviceable": true, - "sha512": "sha512-QPMuix/3jRngWBdNSLhAbm9BHYf95Ln1Ph1eCK/cDZdVibxFDFP3a6Yczyx1p7GbN7bRQwrhs2skPJSS/z3m2w==", - "path": "samboy063.cpp2il.core/2022.1.0-development.866", - "hashPath": "samboy063.cpp2il.core.2022.1.0-development.866.nupkg.sha512" + "sha512": "sha512-N6A+u0fb4IBRvKdAzbprjb4DIsim7oc4LElrK5C+9rEI27kxq5iXw99zotx4PZ17ZeIC0Lzc8aYx8qg912rlcQ==", + "path": "samboy063.cpp2il.core/2022.1.0-development.886", + "hashPath": "samboy063.cpp2il.core.2022.1.0-development.886.nupkg.sha512" }, - "Samboy063.LibCpp2IL/2022.1.0-development.866": { + "Samboy063.LibCpp2IL/2022.1.0-development.886": { "type": "package", "serviceable": true, - "sha512": "sha512-EcJSWTfQko8SQozozoUT+aQJVWC8wj8C0YUiPBF4rNRId19yTKp2IXcXnI747v+8/aal222QR6WHfoBK2WlVLg==", - "path": "samboy063.libcpp2il/2022.1.0-development.866", - "hashPath": "samboy063.libcpp2il.2022.1.0-development.866.nupkg.sha512" + "sha512": "sha512-Rs77LVSqqnZSRdelbU9jxIRA5SEn1Os7J0NS/6Fi4td71X8JUVOfiC7NX0iMTBaLvduKvg6K0swuxqhZ4stRJQ==", + "path": "samboy063.libcpp2il/2022.1.0-development.886", + "hashPath": "samboy063.libcpp2il.2022.1.0-development.886.nupkg.sha512" }, - "Samboy063.WasmDisassembler/2022.1.0-development.866": { + "Samboy063.WasmDisassembler/2022.1.0-development.886": { "type": "package", "serviceable": true, - "sha512": "sha512-2QK8F3eISkLcoW/Nt7wtxyQh31EXAqEMBVXXjEnuxyvXpBXxOIGpjmE3pWhGwxQwDCbe4zBsLF1zUiqq3/pXRA==", - "path": "samboy063.wasmdisassembler/2022.1.0-development.866", - "hashPath": "samboy063.wasmdisassembler.2022.1.0-development.866.nupkg.sha512" + "sha512": "sha512-J/WEuSkbMJbno6/BmlDYIKLqGfBflv3sKjx+qiYh4oxhjC76STB9ZSoTpV4Rj9Zgqbg3GZG8leKMiPMiMPo0Ow==", + "path": "samboy063.wasmdisassembler/2022.1.0-development.886", + "hashPath": "samboy063.wasmdisassembler.2022.1.0-development.886.nupkg.sha512" }, "SemanticVersioning/2.0.2": { "type": "package", @@ -1156,12 +1161,12 @@ "path": "semanticversioning/2.0.2", "hashPath": "semanticversioning.2.0.2.nupkg.sha512" }, - "StableNameDotNet/0.1.0-development.866": { + "StableNameDotNet/0.1.0-development.886": { "type": "package", "serviceable": true, - "sha512": "sha512-DJb8x4dV3ucDgM12sU28HxCdeqY/JudJbeJG6mgXWDJzpFZw2Jd7JF1pKFRNLzh/0gpo8bCGLQS9gOWZmBjdtg==", - "path": "stablenamedotnet/0.1.0-development.866", - "hashPath": "stablenamedotnet.0.1.0-development.866.nupkg.sha512" + "sha512": "sha512-YFYhREaRaPkMlhf33ljpbVi/ZH6Z/4nRGSDc9Qut6JC14FyLy2ltSrXJnFeHBhogimGHeFnwY7bcL046HqiEDg==", + "path": "stablenamedotnet/0.1.0-development.886", + "hashPath": "stablenamedotnet.0.1.0-development.886.nupkg.sha512" }, "System.Collections/4.3.0": { "type": "package", diff --git a/nuget.config b/nuget.config index b4401ac5..f64757a6 100644 --- a/nuget.config +++ b/nuget.config @@ -4,6 +4,5 @@ - \ No newline at end of file