Please just fix yourself

This commit is contained in:
Kwoth 2016-10-22 17:24:40 +02:00
parent 4db44afa0c
commit df630c43ef
3 changed files with 6 additions and 10 deletions

View File

@ -1,6 +1,3 @@
{ {
"projects": [ "discord.net/src", "src" ], "projects": [ "discord.net/src", "src" ]
"sdk": {
"version": "1.0.0-preview2-003121"
}
} }

View File

@ -3,7 +3,6 @@
<packageSources> <packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Discord myget feed" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
<add key="Image Processor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" /> <add key="Image Processor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" />
</packageSources> </packageSources>
<disabledPackageSources> <disabledPackageSources>

View File

@ -28,17 +28,17 @@
"Microsoft.Extensions.PlatformAbstractions": "1.0.0", "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0",
"Google.Apis.YouTube.v3": "1.15.0.582", "Google.Apis.YouTube.v3": "1.17.0.582",
"Google.Apis.Urlshortener.v1": "1.15.0.138", "Google.Apis.Urlshortener.v1": "1.17.0.138",
"Google.Apis.Customsearch.v1": "1.16.0.466", "Google.Apis.Customsearch.v1": "1.17.0.466",
"System.Diagnostics.Contracts": "4.0.1", "System.Diagnostics.Contracts": "4.0.1",
"NLog": "4.4.0-betaV15", "NLog": "4.4.0-betaV15",
"VideoLibrary": "1.3.4", "VideoLibrary": "1.3.4",
"Microsoft.EntityFrameworkCore": "1.0.0", "Microsoft.EntityFrameworkCore": "1.0.0",
"Microsoft.EntityFrameworkCore.Design": "1.0.0-preview2-final", "Microsoft.EntityFrameworkCore.Design": "1.0.0-preview2-final",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0", "Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
"CoreCLR-NCalc": "2.1.0", "CoreCLR-NCalc": "2.1.2",
"ImageProcessorCore": "1.0.0-alpha1045", "ImageProcessorCore": "1.0.0-alpha-1021",
"Discord.Net.Commands": { "Discord.Net.Commands": {
"target": "project" "target": "project"
}, },