-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Tarun-Arora/tls_issue
Upgrade to .NET 4.8 and Fix TLS issue
- Loading branch information
Showing
9 changed files
with
59 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="ReportFolder" value="E:\CCExtractor repository\reports" /> | ||
<add key="SampleFolder" value="E:\CCExtractor repository\TestFiles" /> | ||
<add key="CorrectResultFolder" value="E:\CCExtractor repository\TestResults" /> | ||
<add key="CCExtractorLocation" value="C:\Program Files (x86)\CCExtractor\ccextractorwin.exe" /> | ||
<add key="ReportFolder" value="E:\CCExtractor repository\reports"/> | ||
<add key="SampleFolder" value="E:\CCExtractor repository\TestFiles"/> | ||
<add key="CorrectResultFolder" value="E:\CCExtractor repository\TestResults"/> | ||
<add key="CCExtractorLocation" value="C:\Program Files (x86)\CCExtractor\ccextractorwin.exe"/> | ||
<!-- only necessary if you want to use a test with UDP --> | ||
<add key="FFMpegLocation" value="C:\Program Files (x86)\WinFF\ffmpeg.exe" /> | ||
<add key="FFMpegLocation" value="C:\Program Files (x86)\WinFF\ffmpeg.exe"/> | ||
<!-- Comparer should be one of the next values: "Diff" (linux only), "Diffplex", "Diffplexreduced" (saves only the lines that are modified) --> | ||
<add key="Comparer" value="Diffplex" /> | ||
<add key="UseThreading" value="false" /> | ||
<add key="BreakOnErrors" value="false" /> | ||
<add key="Comparer" value="Diffplex"/> | ||
<add key="UseThreading" value="false"/> | ||
<add key="BreakOnErrors" value="false"/> | ||
</appSettings> | ||
</configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters