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