annotate ServerMonitor/packages.config @ 24:06ff59b59e70

Fix not being able to enable a server with a blank SSH key even if it has no SSH checks.
author Brad Greco <brad@bgreco.net>
date Thu, 30 May 2019 21:40:57 -0400
parents 9e77c0dccb66
children f6235dc0a8ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
2 <packages>
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
3 <package id="NAppUpdate.Framework" version="0.5.1.0" targetFramework="net45" />
0
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
4 <package id="SSH.NET" version="2016.1.0" targetFramework="net45" />
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
5 </packages>