Infineon.EAF.Runtime v2.60.0

This commit is contained in:
2025-05-27 09:58:06 -07:00
parent 6e31dceb4c
commit 58ce014b10
20 changed files with 626 additions and 69 deletions

View File

@ -9,9 +9,6 @@ public class Startup
{
_ = app.UseCors(CorsOptions.AllowAll);
_ = app.UseNancy();
#if SignalR
_ = app.MapSignalR();
#endif
}
}