JetBrains.HabitatDetector/src/JetClrImplementation.cs (
9
lines of code) (
raw
):
namespace JetBrains.HabitatDetector { public enum JetClrImplementation { Mono, NetCore, NetFramework } }