Upgrade to .net 5
Address breaking changes from Shogi.API nuget
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Websockets.Managers.ClientActionHandlers
|
||||
PlayerName = userName
|
||||
};
|
||||
|
||||
var joinGameResponse = await gameboardRepository.PostJoinGame(request.GameName, new PostJoinGame
|
||||
var joinGameResponse = await gameboardRepository.PutJoinPublicSession(request.GameName, new PutJoinPublicSession
|
||||
{
|
||||
PlayerName = userName
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user