mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 00:52:34 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
BIN
legacy/Bot/bin/Debug/net8.0/JetBrains.Annotations.dll
Executable file
BIN
legacy/Bot/bin/Debug/net8.0/JetBrains.Annotations.dll
Executable file
Binary file not shown.
BIN
legacy/Bot/bin/Debug/net8.0/Newtonsoft.Json.dll
Executable file
BIN
legacy/Bot/bin/Debug/net8.0/Newtonsoft.Json.dll
Executable file
Binary file not shown.
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot
Executable file
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot
Executable file
Binary file not shown.
104
legacy/Bot/bin/Debug/net8.0/SoUnBot.deps.json
Normal file
104
legacy/Bot/bin/Debug/net8.0/SoUnBot.deps.json
Normal file
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"SoUnBot/1.0.0": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"Telegram.Bot": "17.0.0",
|
||||
"Telegram.Bot.Extensions.Polling": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"SoUnBot.dll": {}
|
||||
}
|
||||
},
|
||||
"JetBrains.Annotations/2021.3.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/JetBrains.Annotations.dll": {
|
||||
"assemblyVersion": "2021.3.0.0",
|
||||
"fileVersion": "2021.3.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"assemblyVersion": "13.0.0.0",
|
||||
"fileVersion": "13.0.1.25517"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Threading.Channels/6.0.0": {},
|
||||
"Telegram.Bot/17.0.0": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "13.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/Telegram.Bot.dll": {
|
||||
"assemblyVersion": "17.0.0.0",
|
||||
"fileVersion": "17.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Telegram.Bot.Extensions.Polling/1.0.0": {
|
||||
"dependencies": {
|
||||
"JetBrains.Annotations": "2021.3.0",
|
||||
"System.Threading.Channels": "6.0.0",
|
||||
"Telegram.Bot": "17.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/Telegram.Bot.Extensions.Polling.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"SoUnBot/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"JetBrains.Annotations/2021.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Ddxjs5RRjf+c8m9m++WvhW1lz1bqNhsTjWvCLbQN9bvKbkJeR9MhtfNwKgBRRdG2yLHcXFr5Lf7fsvvkiPaDRg==",
|
||||
"path": "jetbrains.annotations/2021.3.0",
|
||||
"hashPath": "jetbrains.annotations.2021.3.0.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
},
|
||||
"System.Threading.Channels/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==",
|
||||
"path": "system.threading.channels/6.0.0",
|
||||
"hashPath": "system.threading.channels.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"Telegram.Bot/17.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-YvQ9lqEt1bTafu6BJPTbYWDHxyHP+TK8PtjTjNV/6VQw3XxVcZnGwYkJ1CdYW3lJHmHjYxzhBlhhOGNtqJ3U7g==",
|
||||
"path": "telegram.bot/17.0.0",
|
||||
"hashPath": "telegram.bot.17.0.0.nupkg.sha512"
|
||||
},
|
||||
"Telegram.Bot.Extensions.Polling/1.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-OsUbHdHIMmldevoRYzArh5uJDVs1fzlpj+T3mddeP/ELhhhHLmcjon0ZEypgf1KFEj6QWbuZHkijauIW1LZlqg==",
|
||||
"path": "telegram.bot.extensions.polling/1.0.0",
|
||||
"hashPath": "telegram.bot.extensions.polling.1.0.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot.dll
Normal file
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot.dll
Normal file
Binary file not shown.
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot.pdb
Normal file
BIN
legacy/Bot/bin/Debug/net8.0/SoUnBot.pdb
Normal file
Binary file not shown.
12
legacy/Bot/bin/Debug/net8.0/SoUnBot.runtimeconfig.json
Normal file
12
legacy/Bot/bin/Debug/net8.0/SoUnBot.runtimeconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
BIN
legacy/Bot/bin/Debug/net8.0/Telegram.Bot.Extensions.Polling.dll
Executable file
BIN
legacy/Bot/bin/Debug/net8.0/Telegram.Bot.Extensions.Polling.dll
Executable file
Binary file not shown.
BIN
legacy/Bot/bin/Debug/net8.0/Telegram.Bot.dll
Executable file
BIN
legacy/Bot/bin/Debug/net8.0/Telegram.Bot.dll
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue