Skip to content

Commit

Permalink
Merge pull request #20 from Ledrunning/update_frameworks
Browse files Browse the repository at this point in the history
Updated .NET Framework
  • Loading branch information
Ledrunning authored Sep 1, 2024
2 parents b0b8e53 + f01c02b commit cc5a4dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion FaceDetectionApp/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
</startup>
<appSettings>
<add key="eyeHaar" value="haarcascade_eye.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion FaceDetectionApp/FaceDetection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CVCapturePanel</RootNamespace>
<AssemblyName>CVCapturePanel</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand Down
26 changes: 13 additions & 13 deletions FaceDetectionApp/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc5a4dd

Please sign in to comment.