Feat Front Widgets Refactizados y Ajustes Backend

This commit is contained in:
2025-08-22 21:55:03 -03:00
parent 18e6e8d3c0
commit 5de9d6729c
54 changed files with 2443 additions and 1680 deletions

View File

@@ -1253,6 +1253,14 @@
}
},
"System.Threading.Channels/7.0.0": {},
"System.Threading.RateLimiting/9.0.8": {
"runtime": {
"lib/net9.0/System.Threading.RateLimiting.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.825.36511"
}
}
},
"System.Threading.Tasks.Extensions/4.5.4": {},
"System.Windows.Extensions/6.0.0": {
"dependencies": {
@@ -1296,7 +1304,8 @@
"dependencies": {
"Elecciones.Core": "1.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "9.0.8",
"Microsoft.Extensions.Http": "9.0.8"
"Microsoft.Extensions.Http": "9.0.8",
"System.Threading.RateLimiting": "9.0.8"
},
"runtime": {
"Elecciones.Infrastructure.dll": {
@@ -2020,6 +2029,13 @@
"path": "system.threading.channels/7.0.0",
"hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
},
"System.Threading.RateLimiting/9.0.8": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Kr2vtbLUyZSGz40YoqE1FrNlXyGj4qOvNmm9upEVxLgT8pr/yEubhDMU5xs70ruhchuWO0LrFi76YWHjYUP/SA==",
"path": "system.threading.ratelimiting/9.0.8",
"hashPath": "system.threading.ratelimiting.9.0.8.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.5.4": {
"type": "package",
"serviceable": true,

View File

@@ -7,5 +7,6 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
},
"AllowedOrigins": "http://localhost:5173"
}