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