Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Which c# version can I use in my custom code (outside of dll's) when hosting Umbraco in the Umbraco cloud? 7.0? 6.0?
Regards, Mikael
Hi Mikael,
Answering your question from the other direction, Umbraco v7 requires .NET framework 4.5.2 and Umbraco v8 requires .NET framework 4.7.2.
As long as the features of the C# language match these frameworks you should be fine.
Hope this helps, David
For anybody with the same question, here the best answers I could find:
C# versions with Framework versions: C# 1.0 released with .NET 1.0 C# 1.2 (bizarrely enough); released with .NET 1.1 C# 2.0 released with .NET 2.0 C# 3.0 released with .NET 3.5 C# 4.0 released with .NET 4 C# 5.0 released with .NET 4.5 C# 6.0 released with .NET 4.6 C# 7.0 is released with .NET 4.6.2 C# 7.3 is released with .NET 4.7.2
C# versions with Framework versions:
I found this on Stack Overflow here, and some more information here.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
c# compiler version for Umbraco Cloud
Which c# version can I use in my custom code (outside of dll's) when hosting Umbraco in the Umbraco cloud? 7.0? 6.0?
Regards, Mikael
Hi Mikael,
Answering your question from the other direction, Umbraco v7 requires .NET framework 4.5.2 and Umbraco v8 requires .NET framework 4.7.2.
As long as the features of the C# language match these frameworks you should be fine.
Hope this helps, David
For anybody with the same question, here the best answers I could find:
I found this on Stack Overflow here, and some more information here.
is working on a reply...