Correção do Projeto e melhoria no código

This commit is contained in:
2025-03-13 10:37:18 -03:00
parent 587920de02
commit 583b15b0a3
42 changed files with 171 additions and 197 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"chatbot/1.0.0": {
"runtime": {
"chatbot.dll": {}
}
}
}
},
"libraries": {
"chatbot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}