Remove single usage of dynamic and stop referencing Microsoft.CSharp.dll

This commit is contained in:
Dean Herbert
2017-09-28 00:08:42 +08:00
parent ec156fe9ca
commit 4eaf6b4b94
4 changed files with 4 additions and 5 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Online.API.Requests
}
[JsonProperty(@"statistics")]
private Dictionary<string, dynamic> jsonStats
private Dictionary<string, object> jsonStats
{
set
{