2 references to AssemblyIdentity
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (1)
306clrPlatformAssembly.AssemblyIdentity = new AssemblyIdentity(Constants.CLRPlatformAssemblyName, ClrVersion);
ManifestUtil\ApplicationManifest.cs (1)
129CLRPlatformAssembly.AssemblyIdentity = new AssemblyIdentity(Constants.CLRPlatformAssemblyName, Util.GetClrVersion(_targetFrameworkVersion));