Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Require .net 4.5 in order to support SecurityProtocolType.Tls12
Browse files Browse the repository at this point in the history
  • Loading branch information
GISTEK\steenhr committed Jan 9, 2017
1 parent 71c38cf commit c438722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNet/Web.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="false" targetFramework="4.0"/>
<compilation debug="false" targetFramework="4.5"/>
</system.web>
<system.diagnostics>
<switches>
Expand Down

0 comments on commit c438722

Please sign in to comment.