Missing SignalR dll when publish web api to folder

Viewed 87

I have a ASP.NET 6.0 API using SignalR.

Everything is OK on localhost. But when I publish project to folder by using Visual Studio 2022, I do not see SignalR's .dll file in the artifacts.

Is there any wrong when I publish project?

0 Answers
Related