Update nuget packages and rework UpdateService

This commit is contained in:
Alexey Golub 2018-03-20 22:18:09 +02:00
parent 9988300942
commit 5a84fb25e6
11 changed files with 94 additions and 106 deletions

View file

@ -1,7 +1,7 @@
using DiscordChatExporter.Core.Services;
using CommonServiceLocator;
using DiscordChatExporter.Core.Services;
using DiscordChatExporter.Gui.ViewModels;
using GalaSoft.MvvmLight.Ioc;
using Microsoft.Practices.ServiceLocation;
namespace DiscordChatExporter.Gui
{