4 references to ClrVersion
Microsoft.Build.Tasks.Core (4)
GenerateApplicationManifest.cs (4)
304if (ClrVersion != null) 312clrPlatformAssembly.AssemblyIdentity = new AssemblyIdentity(Constants.CLRPlatformAssemblyName, ClrVersion); 363if (ClrVersion != null && !Util.IsValidVersion(ClrVersion, 4))