From 29b46a5c5e22a2f0ec9e81344a1bac9cada1c6f1 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 16 Oct 2017 13:23:41 +0900 Subject: [PATCH] Add missing reference to System.ValueTuple --- osu.Game/osu.Game.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 6fbd169e2a..4923c399c5 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -201,6 +201,9 @@ ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll True + + ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll +