I have Blazor sever app that uses some nuget packges and works fine. Now I want to refernce DLLs /Assemblies instead of nuget packges, beacuase our build server cannot process nuget packages, and I must replace them with DLLs. I removed nuget packegs using Nutget package Manager in VS 2022 and tried to add DLLs, that I find them in lib directory of downloaded appropriate nuget packages, But I could not add refrences, becuase of the following error:
"The reference in invalid or unsupported".
Can anyone help me, to solve my Problem?