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

Require .net 4.5 in order to support SecurityProtocolType.Tls12 #406

Merged
merged 1 commit into from
Oct 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Require .net 4.5 in order to support SecurityProtocolType.Tls12
  • Loading branch information
GISTEK\steenhr committed Jan 9, 2017
commit c438722bce15cb155d1ffb6e5fd038c0f1a7bbc5
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