Updated nuget packages.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user