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