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