diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-20 15:03:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-20 15:03:55 +0200 |
| commit | 17446569ca8d8dd00331da5926b938593c4b117f (patch) | |
| tree | ed4742719efe2c15027a347f3f84e024b087be68 /Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs | |
| parent | b740f2922a16a3df2897a4acbfca94bb87685045 (diff) | |
| download | Tango-17446569ca8d8dd00331da5926b938593c4b117f.tar.gz Tango-17446569ca8d8dd00331da5926b938593c4b117f.zip | |
Fixed some issues with PPC publish and setup..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs index d5936bc9b..a1fd1d02f 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineVersionsRequest.cs @@ -7,7 +7,7 @@ using Tango.Transport.Web; namespace Tango.PPC.Common.Web { - public class MachineVersionsRequest : WebRequestSecureMessage + public class MachineVersionsRequest : WebRequestMessage { } |
