February 11th, 2025

.NET and .NET Framework February 2025 servicing releases updates

Here is a list from this month’s .NET releases including .NET 9.0.2 and .NET 8.0.13. It should be noted that this month’s release does not include any new security updates.

.NET 8.0 .NET 9.0
Release Notes 8.0.13 9.0.2
Installers and binaries 8.0.13 9.0.2
Container Images images images
Linux packages 8.0.13 9.0.2
Known Issues 8.0 9.0

Release changelogs

Share feedback about this release in the Release feedback issue.

.NET Framework February 2025 Updates

This month, there are no new security and non-security updates. For recent .NET Framework servicing updates, be sure to browse our release notes for .NET Framework for more details.

See you next month

That’s it for this month, make sure you update to the latest service release today.

Author

Tara Overfield
Senior Software Engineer

Tara is a Software Engineer on the .NET team. She works on releasing .NET Framework updates.

Rahul Bhandari (MSFT)
Senior Program Manager

I am a Program Manager on .NET team. I specializes in .NET release processes. University of Florida Alumnus.

3 comments

  • Akunyili Chukwuma · Edited

    i am getting this error,

    error FS0433: A function labeled with the 'EntryPointAttribute' attribute must be the last declaration in the last file in the compilation sequence.
    

    because of this code,

    [EntryPoint]
    let main _ = 
        let input = stdin.ReadToEnd().TrimEnd() 
        let robots = parse input
    
        let stopwatch = Stopwatch.StartNew()
    
        (robots, 101, 103) |> part1 |> printfn "Part 1: %d"
    
        stopwatch.Stop()
        printfn $"Elapsed time: %.4f{stopwatch.Elapsed.TotalSeconds} seconds"   
    
        0 // return an integer exit code
    

    Kindly assist
    please.

  • Mark Adamson

    Excellent, I believe the new .net 9 SDK brings support for the new .slnx format