aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs b/Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs
index 23e530e9b..91463284b 100644
--- a/Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs
+++ b/Software/Visual_Studio/Tango.Integration/Observables/Entities/ApplicationVersion.cs
@@ -3,6 +3,8 @@ using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
+using System.Xml.Serialization;
+using Newtonsoft.Json;
using System.Linq;
using Tango.DAL.Remote.DB;