Updated nuget packages.

This commit is contained in:
Patrick Fic
2020-06-01 15:21:37 -07:00
parent 5c3160321b
commit 9e39d42410
5 changed files with 27 additions and 55 deletions

View File

@@ -49,7 +49,7 @@ namespace BodyshopPartner.ViewModels
set { SetProperty(ref _activeShop, value); Task.Run(async () => await SetActiveBodyshop()); }
}
private string _httpServerLog = "Status Log\nNewLine\n";
private string _httpServerLog = "";
public string HttpServerLog
{
get { return _httpServerLog; }