Forum C# Server .NET version?

Server .NET version?

Postby robscherer123 » April 11th, 2019, 7:29 pm

I was curious what version of .NET is run on the live servers? I'm guessing it's 4.5? I was having a few strange issues that I believe were related to my developer server running 4.6 and above, and I think the live servers may run 4.5.

An example would be that the ConcurrentDictionary class in C# does not implement the IReadOnlyDictionary interface in version 4.5. But it does in 4.6 in above. So I was getting an unexpected error when my game ran on the live servers. If so, would it be safe to say that our dev servers should be developing with version 4.5? And also if so, are there any plans for the live server to use a higher version in the future?
robscherer123
Paid Member
 
Posts: 313
Joined: December 12th, 2012, 8:46 pm

Return to C#