From 57698c8ce63b5aa10fed87cba1918e9fa1321f9b Mon Sep 17 00:00:00 2001 From: runebaas Date: Thu, 16 May 2019 22:40:11 +0200 Subject: [PATCH] Fix mtg issue and update json.net --- Geekbot.net/Commands/Integrations/MagicTheGathering.cs | 1 - Geekbot.net/Geekbot.net.csproj | 4 ++-- WikipediaApi/WikipediaApi.csproj | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Geekbot.net/Commands/Integrations/MagicTheGathering.cs b/Geekbot.net/Commands/Integrations/MagicTheGathering.cs index ecf09cd..ef16fee 100644 --- a/Geekbot.net/Commands/Integrations/MagicTheGathering.cs +++ b/Geekbot.net/Commands/Integrations/MagicTheGathering.cs @@ -32,7 +32,6 @@ namespace Geekbot.net.Commands.Integrations var result = service .Where(x => x.Name, cardName) // fewer cards less risk of deserialization problems, don't need more than one anyways... - // ToDo: fix the deserialization issue in card[n].foreignNames[] .Where(x => x.PageSize, 1); var card = result.All().Value.FirstOrDefault(); diff --git a/Geekbot.net/Geekbot.net.csproj b/Geekbot.net/Geekbot.net.csproj index 9c5c5c7..db8cf08 100755 --- a/Geekbot.net/Geekbot.net.csproj +++ b/Geekbot.net/Geekbot.net.csproj @@ -39,9 +39,9 @@ - + - + diff --git a/WikipediaApi/WikipediaApi.csproj b/WikipediaApi/WikipediaApi.csproj index 79206c2..3e82c68 100644 --- a/WikipediaApi/WikipediaApi.csproj +++ b/WikipediaApi/WikipediaApi.csproj @@ -3,6 +3,6 @@ netcoreapp2.2 - + \ No newline at end of file