Skip to main content
SCE Documentation

Framework Versions

Like any software, the .NET framework we use comes out in different versions. This presents a difficulty to us as developers, because we must ensure that all of our software targets the same or compatible versions.

In order to simplify this effort, we require that all of our projects target .NET version 4.5.2. While slightly outdated (see here) this uniformity greatly simplifies our operation.

In the future we will attempt to simultaneously move up all of our SCE packages and dependencies to a newer version.