You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When will this tool be updated to target a supported version of .NET?
Certify is targeting .NET Framework 4.0, which lost support Jan 12, 2016 (nine years ago). Being out of support, this version has vulnerabilities that will not be patched. This presents security concerns. When Certify version 1.1.0 was released (2022-11-08 per your changelog), .NET Framework versions 4.6.2 through 4.8.1 were supported. Today, versions 4.7 through 4.8.1 are supported.
README.md: "Certify has been built against .NET 4.0"
When will this tool be updated to target a supported version of .NET?
Certify is targeting .NET Framework 4.0, which lost support Jan 12, 2016 (nine years ago). Being out of support, this version has vulnerabilities that will not be patched. This presents security concerns. When Certify version 1.1.0 was released (2022-11-08 per your changelog), .NET Framework versions 4.6.2 through 4.8.1 were supported. Today, versions 4.7 through 4.8.1 are supported.
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<package id="dnMerge" version="0.5.15" targetFramework="net40" developmentDependency="true" />
The text was updated successfully, but these errors were encountered: