Upgrade projects to .NET 10 (F# remainder)#12804
Open
gewarren wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the remaining F# snippet projects so they build against modern .NET by moving their project TFMs forward to .NET 10, aligning with the repo’s ongoing snippet-upgrade work for issue #12513.
Changes:
- Updated many F# snippet
.fsprojfiles fromnet6.0/net7.0/net8.0/net9.0(and onenet48) tonet10.0. - Updated one Windows-specific F# snippet project from
net7.0-windowstonet10.0-windows.
Reviewed changes
Copilot reviewed 207 out of 207 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| snippets/fsharp/System.Timers/Timer/Stop/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Timers/Timer/Interval/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Timers/Timer/AutoReset/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Timers/ElapsedEventHandler/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Timers/ElapsedEventArgs/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/ThreadState/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Start/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Sleep/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Priority/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Join/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/IsThreadPoolThread/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/IsBackground/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/Interrupt/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/GetApartmentState/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/CurrentUICulture/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/CurrentThread/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/CurrentPrincipal/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/CurrentCulture/fs.fsproj | Bump TargetFramework to net10.0-windows. |
| snippets/fsharp/System.Threading/Thread/BeginThreadAffinity/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/BeginCriticalRegion/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/AllocateNamedDataSlot/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/AllocateDataSlot/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/Thread/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading/ParameterizedThreadStart/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/WhenAll/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/WaitAny/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/Wait/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/Start/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/RunSynchronously/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/FromExceptionTResult/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/Factory/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/Delay/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/ContinueWith/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Threading.Tasks/Task/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Replace/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Remove/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Insert/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/CopyTo/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Clear/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Chars/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Capacity/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/AppendLine/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/AppendFormat/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/Append/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/StringBuilder/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Text/Rune/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Reflection.Emit/AssemblyBuilder/Overview/AssemblyBuilderClass.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Zero/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/ToString/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Reciprocal/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Pow/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/op_Subtraction/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/op_Inequality/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/op_Implicit/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/op_Explicit/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/One/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Negate/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Multiply/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/ImaginaryOne/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Imaginary/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/FromPolarCoordinates/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Exp/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Equals/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Divide/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Conjugate/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Atan/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Asin/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Add/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Acos/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/Abs/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/Complex/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/TryParse/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/ToString/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/ToByteArray/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Remainder/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Parse/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/op_OnesComplement/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/op_Implicit/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/op_Explicit/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/op_BitwiseAnd/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/ModPow/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Min/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Max/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/LogMethod/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/GreatestCommonDivisor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Equals/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Divide/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/CompareTo/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Compare/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/Add/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Numerics/BigInteger/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Net.NetworkInformation/IPStatus/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Net.Http/HttpClient/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/Seek/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/Read/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/Length/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/CanWrite/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/CanSeek/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/CanRead/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileStream/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileAttributes/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/FileAccess/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/SetLastWriteTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/SetLastAccessTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Replace/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/ReadLines/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/ReadAllLines/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/OpenWrite/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/OpenText/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/OpenRead/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Open/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Move/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/GetLastWriteTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/GetLastAccessTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/GetAttributes/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Exists/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/CreateText/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Create/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/Copy/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/AppendText/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/AppendAllText/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/File/AppendAllLines/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Root/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Parent/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Name/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/MoveTo/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/GetFileSystemInfos/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/GetFiles/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/GetDirectories/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Exists/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/EnumerateFiles/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/EnumerateDirectories/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Delete/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/CreateSubdirectory/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/Create/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/DirectoryInfo/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/SetLastWriteTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/SetLastAccessTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/Overview/fs.fsproj | Bump TargetFramework to net10.0 (from net48). |
| snippets/fsharp/System.IO/Directory/GetLastWriteTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetLastAccessTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetFiles/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetDirectoryRoot/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetDirectories/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetCurrentDirectory/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetCreationTimeUtc/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/GetCreationTime/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/Exists/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/EnumerateFiles/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/EnumerateDirectories/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/Delete/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/Directory/CreateDirectory/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BufferedStream/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/ReadChars/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/ReadChar/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/ReadBytes/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/ReadByte/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/Read/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO/BinaryReader/BaseStream/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/ZipFile/CreateFromDirectory/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/ZipArchive/GetEntry/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/ZipArchive/Entries/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/ZipArchive/CreateEntry/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/GZip/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.IO.Compression/Deflate/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Globalization/Project.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/SynchronizingObject/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/Start/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/StandardOutput/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/StandardInput/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/StandardError/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/OnExited/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/MainWindowTitle/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/MachineName/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/Id/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/GetCurrentProcess/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/EnableRaisingEvents/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/Close/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/Process/BasePriority/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Diagnostics/DataReceivedEventArgs/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/StackT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/SortedListTKey,TValue/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/QueueT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/SymmetricExceptWith/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/IsProperSubsetOf/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/Contains/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/Clear/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/HashSetT/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/DictionaryTKey,TValue/System.Collections.IDictionary.Add/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/DictionaryTKey,TValue/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/DictionaryTKey,TValue/.ctor/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Generic/ComparerT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/ConcurrentStackT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/ConcurrentQueueT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/ConcurrentDictionaryTKey,TValue/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/ConcurrentDictionaryTKey,TValue/AddOrUpdate/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/ConcurrentBag/fs.fsproj | Bump TargetFramework to net10.0. |
| snippets/fsharp/System.Collections.Concurrent/BlockingCollectionT/Overview/fs.fsproj | Bump TargetFramework to net10.0. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #12513.