Overview
.NET 6.0.10 කියන්නේ .NET 6.x line එකට servicing update එකක්, reliability, performance, සහ security fixes ගෙනෙනවා. මේ guide එකෙන් පැහැදිලි කරනවා ඒකේ මොනවද තියෙන්නේ, Runtime සහ SDK අතර වෙනස, සහ ඒක download, install, සහ verify කරන්නේ කොහොමද කියලා.
Microsoft වෙතින් .NET 6.0.10 offline installers.
Key Takeaways
- .NET 6.0.10 කියන්නේ bug සහ security fixes එක්ක servicing release එකක්.
- Apps run කරන්න Runtime එක install කරන්න, නැත්නම් build කරන්න SDK එක.
- Microsoft ගේ official .NET website එකෙන් විතරක් download කරන්න.
- Terminal එකක dotnet --version run කරලා install එක verify කරන්න.
මොනවද තියෙන්නේ
- .NET Runtime (dotnet/runtime) එකට updates.
- ASP.NET Core Runtime (dotnet/aspnetcore) එකට updates.
- .NET SDK (dotnet/sdk) එකට updates.
- Security සහ reliability fixes — current තියාගැනීම නිර්දේශ කරනවා.
ඔයාට ඕන කුමන Component ද?
- Runtime — .NET 6.0.10 desktop/console applications run කරන්න.
- ASP.NET Core Runtime — ASP.NET Core web applications run කරන්න.
- SDK — apps build සහ develop කරන්න (ඒකේ runtime එකත් තියෙනවා).
Download සහ Install කරන්නේ කොහොමද
1. Microsoft ගේ official .NET download page එක (dotnet.microsoft.com) open කරන්න.
2. .NET 6.0.10 select කරලා Runtime, ASP.NET Core Runtime, හෝ SDK තෝරන්න.
3. ඔයාගේ OS සහ architecture (x64/Arm64) එකට offline installer එක download කරන්න.
4. Installer එක run කරලා prompts follow කරන්න.
5. අලුත් terminal එකක් open කරලා dotnet --version run කරලා confirm කරන්න.
Warning: .NET download කරන්නේ Microsoft ගේ official website එකෙන් (dotnet.microsoft.com) විතරක්.
.NET Uninstall කරන්නේ කොහොමද
1. Settings > Apps > Installed apps open කරන්න.
2. Microsoft .NET 6.0.10 Runtime හෝ SDK entry එක හොයන්න.
3. ඒක click කරලා Uninstall තෝරන්න.
4. Versions කිහිපයක් clean up කරන්න, Microsoft ගේ .NET Uninstall Tool එක පාවිච්චි කරන්න.
Troubleshooting
Problem: dotnet --version පරණ version එකක් පෙන්නනවා.
Solution: PATH refresh වෙන්න අලුත් terminal එකක් open කරන්න. Project එකක global.json එකකටත් specific SDK version එකක් pin කරන්න පුළුවන්.
Problem: App එකක් runtime එකක් missing කියලා report කරනවා.
Solution: SDK එක විතරක් නෙවෙයි, matching Runtime එක (හෝ web apps වලට ASP.NET Core Runtime) install කරන්න.
Problem: Installation එක fail වෙනවා.
Solution: Installer එක administrator විදිහට run කරන්න, correct architecture එක confirm කරන්න, සහ antivirus temporarily disable කරන්න.
Problem: Versions කිහිපයක් install වෙලා.
Solution: ඒක normal සහ supported. ඕන නැති versions remove කරන්න .NET Uninstall Tool එක පාවිච්චි කරන්න.
Conclusion
.NET 6.0.10 එකෙන් ඔයාගේ 6.x apps secure සහ stable තියාගන්නවා. Microsoft එකෙන් හරි component එක download කරලා install කරන්න, සහ dotnet --version එකෙන් confirm කරන්න.
About TechHub
මේ guide එක TechHub Knowledge Base එකේ කොටසක්. තව step-by-step IT guides සහ support වලට techhub.com.lk එකට යන්න.















