From df630c43ef20ba40a4eb2381ae963cc82d34def4 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 22 Oct 2016 17:24:40 +0200 Subject: [PATCH] Please just fix yourself --- global.json | 5 +---- src/NadekoBot/NuGet.Config | 1 - src/NadekoBot/project.json | 10 +++++----- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/global.json b/global.json index 18abbe56..9c989b51 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,3 @@ { - "projects": [ "discord.net/src", "src" ], - "sdk": { - "version": "1.0.0-preview2-003121" - } + "projects": [ "discord.net/src", "src" ] } diff --git a/src/NadekoBot/NuGet.Config b/src/NadekoBot/NuGet.Config index 36bf7319..77cb5bb1 100644 --- a/src/NadekoBot/NuGet.Config +++ b/src/NadekoBot/NuGet.Config @@ -3,7 +3,6 @@ - diff --git a/src/NadekoBot/project.json b/src/NadekoBot/project.json index bb882cd2..c0963fd9 100644 --- a/src/NadekoBot/project.json +++ b/src/NadekoBot/project.json @@ -28,17 +28,17 @@ "Microsoft.Extensions.PlatformAbstractions": "1.0.0", "Newtonsoft.Json": "9.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.0", - "Google.Apis.YouTube.v3": "1.15.0.582", - "Google.Apis.Urlshortener.v1": "1.15.0.138", - "Google.Apis.Customsearch.v1": "1.16.0.466", + "Google.Apis.YouTube.v3": "1.17.0.582", + "Google.Apis.Urlshortener.v1": "1.17.0.138", + "Google.Apis.Customsearch.v1": "1.17.0.466", "System.Diagnostics.Contracts": "4.0.1", "NLog": "4.4.0-betaV15", "VideoLibrary": "1.3.4", "Microsoft.EntityFrameworkCore": "1.0.0", "Microsoft.EntityFrameworkCore.Design": "1.0.0-preview2-final", "Microsoft.EntityFrameworkCore.Sqlite": "1.0.0", - "CoreCLR-NCalc": "2.1.0", - "ImageProcessorCore": "1.0.0-alpha1045", + "CoreCLR-NCalc": "2.1.2", + "ImageProcessorCore": "1.0.0-alpha-1021", "Discord.Net.Commands": { "target": "project" },