Correct docs for libraries requiring .NET 4

This commit is contained in:
William S Fulton 2024-11-26 19:36:25 +00:00
parent 36ef36dcb0
commit db6f488fef
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ SWIG C# works equally well on non-Microsoft operating systems such as Linux, Sol
<p>
SWIG 3 and later requires .NET 2.0 at a minimum.
There are some minor exceptions, where the minimum required is .NET 4.0.
This is when using the <tt>std::complex</tt> and <tt>std::list</tt> STL containers.
This is when using the <tt>std::complex</tt>, <tt>std::set</tt> and <tt>std::unordered_set</tt> STL containers.
</p>
<p>