C
C#ā€¢2mo ago
Adi

Can't find ISingleClientProxy in SignalR, something wrong with nugets

Very weird the package versions are odd and marked as depracated, I can't find the interface im looking for either :/
No description
10 Replies
Adi
Adiā€¢2mo ago
No description
Adi
Adiā€¢2mo ago
what the hell šŸ™‚
Adi
Adiā€¢2mo ago
vs
Angius
Angiusā€¢2mo ago
No description
Angius
Angiusā€¢2mo ago
Is your project in ASP.NET Core 7 or above?
Adi
Adiā€¢2mo ago
ooooooooooo my project is net 8.0 class lib but wait I cant have it in class library then?
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Solved Thanks @ZZZZZZZZZZZZZZZZZZZZZZZZZ ā¤ļø
Angius
Angiusā€¢2mo ago
Yep