From e378d0685db0847a33d4de796a26f6ba8879b7df Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 16 Oct 2017 20:28:49 +0900 Subject: [PATCH] Remove weird additions --- osu.Game.Tests/app.config | 4 ---- osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs | 3 +-- osu.Game/osu.Game.csproj | 13 ------------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/osu.Game.Tests/app.config b/osu.Game.Tests/app.config index 11af32e2cf..faeaf001de 100644 --- a/osu.Game.Tests/app.config +++ b/osu.Game.Tests/app.config @@ -6,10 +6,6 @@ - - - - \ No newline at end of file diff --git a/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs b/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs index 2568af6ce1..27d1f057ca 100644 --- a/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs +++ b/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; -using System.ComponentModel.DataAnnotations; using Newtonsoft.Json; namespace osu.Game.Beatmaps @@ -30,7 +29,7 @@ namespace osu.Game.Beatmaps /// /// The different sizes of cover art for this beatmap set. /// - [Required, JsonProperty(@"covers")] + [JsonProperty(@"covers")] public BeatmapSetOnlineCovers Covers { get; set; } /// diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 6c447f560e..ced7ca7318 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -23,7 +23,6 @@ LocalIntranet v4.6.1 true - true publish\ true Disk @@ -202,10 +201,6 @@ ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll True - - ../packages/System.ValueTuple.4.4.0/lib/net461/System.ValueTuple.dll - True - @@ -862,14 +857,6 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - -