.NET Core Runtime backward compatibility

Viewed 4453
1 Answers

According to the documentation, .NET Core versions can be installed side by side:

While there is a single host, most of the other components are in versioned directories (2,3,5,6). These means multiple versions can be present on the system since they are installed side-by-side.

Related