Skip to content

Commit

Permalink
feat: Raise minimum .NET Framework version to 4.6.2 (#10)
Browse files Browse the repository at this point in the history
.NET 4.5.2 is not supported.
  • Loading branch information
kinyoklion authored Feb 21, 2024
1 parent f6ba29d commit 912e244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SDKs which do not consider "net5.0" to be a valid target framework that can be
referenced in a project file.
-->
<BuildFrameworks Condition="'$(BUILDFRAMEWORKS)' == ''">netstandard2.0;net452</BuildFrameworks>
<BuildFrameworks Condition="'$(BUILDFRAMEWORKS)' == ''">netstandard2.0;net462</BuildFrameworks>
<TargetFrameworks>$(BUILDFRAMEWORKS)</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>LaunchDarkly.Logging.NLog</AssemblyName>
Expand Down

0 comments on commit 912e244

Please sign in to comment.