diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-07-26 12:09:33 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-07-26 12:09:33 +0300 |
| commit | 27605ffd1ec7496767c215249ebd6898fe4beb8b (patch) | |
| tree | 6d381d8e3b61a91b8246255d0340c0e9ffda9ff6 /Software/Visual_Studio/Web/Tango.MachineService | |
| parent | 729aba268c416391525ba6a16347d24a59ec8f91 (diff) | |
| parent | c3dd2cc1ca8f06c905a80216bb306049235f3c9f (diff) | |
| download | Tango-27605ffd1ec7496767c215249ebd6898fe4beb8b.tar.gz Tango-27605ffd1ec7496767c215249ebd6898fe4beb8b.zip | |
Merge branch 'software' of https://twinetfs.visualstudio.com/Tango/_git/Tango into software
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Web.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config index 9cfdc9ccd..54cb322d9 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config +++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config @@ -49,7 +49,7 @@ --> <system.web> <compilation debug="true" targetFramework="4.7.2" /> - <httpRuntime targetFramework="4.5" /> + <httpRuntime targetFramework="4.7" /> <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> </httpModules> |
