5 references to V40
ComSvcConfig (5)
ComAdminWrapper.cs (3)
266if (RuntimeVersions.V40 == runtimeVersion) 771this.runtimeVersion = RuntimeVersions.V40; 790this.runtimeVersion = RuntimeVersions.V40;
WasEndpointConfigContainer.cs (2)
92if (string.IsNullOrEmpty(compilationSection.TargetFramework) && RuntimeVersions.V40 == this.runtimeVersion) 453RuntimeVersions runtimeVersion = RuntimeVersions.V40;