.Net 6
-
[This page](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk) appears to show that .Net 6 is only available in .Net Core. Is .Net 6 available for the .Net Framework?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
[This page](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk) appears to show that .Net 6 is only available in .Net Core. Is .Net 6 available for the .Net Framework?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
No, .Net 6 is not available for the .Net framework. .Net 4.8 is the last version of the .Net framework. And .Net 6 can not easily be used with VS2019, it is best to use VS2022.
-
[This page](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk) appears to show that .Net 6 is only available in .Net Core. Is .Net 6 available for the .Net Framework?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
It's all .net, I don't care about branding. (And I'm using .net 4.8)
-
No, .Net 6 is not available for the .Net framework. .Net 4.8 is the last version of the .Net framework. And .Net 6 can not easily be used with VS2019, it is best to use VS2022.
Thanks
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
It's all .net, I don't care about branding. (And I'm using .net 4.8)
It's not just branding, between ".net framework" (say .net4.8) and ".net core" (say .net6) there are a few minor API incompatibilities that one can sometimes encounters...
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!
-
[This page](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk) appears to show that .Net 6 is only available in .Net Core. Is .Net 6 available for the .Net Framework?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
As I understood, .NET 6 is the merging of .NET Core and .NET Framework, but going further where .NET Core left off. Not sure how easy it is to port an existing .NET Framework application to .NET 6 though. Maybe this could help? Port from .NET Framework to .NET 6 - .NET Core | Microsoft Docs[^]
Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
-
[This page](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk) appears to show that .Net 6 is only available in .Net Core. Is .Net 6 available for the .Net Framework?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
That's like asking whether .NET Framework 4.8 is available for VB6. :laugh: .NET 6 is the latest released version of .NET, which grew out of .NET Core, which was placed as the successor to the .NET Framework. There are significant differences - for example, .NET Core and .NET are cross-platform, whereas .NET Framework was only available on Windows. The last version of the .NET Framework is v4.8.1, which was released in August with a few minor improvements over 4.8: Announcing .NET Framework 4.8.1 - .NET Blog[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
It's not just branding, between ".net framework" (say .net4.8) and ".net core" (say .net6) there are a few minor API incompatibilities that one can sometimes encounters...
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!