3 writes to BundleMajorVersion
Microsoft.NET.HostModel (3)
Bundle\TargetInfo.cs (3)
40
BundleMajorVersion
= 6u;
45
BundleMajorVersion
= 2u;
50
BundleMajorVersion
= 1u;
4 references to BundleMajorVersion
Microsoft.NET.HostModel (4)
Bundle\Bundler.cs (3)
62
if (_target.
BundleMajorVersion
< 6 &&
73
BundleManifest = new Manifest(_target.
BundleMajorVersion
, netcoreapp3CompatMode: options.HasFlag(BundleOptions.BundleAllContent));
369
FileEntry entry = BundleManifest.AddEntry(targetType, file, relativePath, startOffset, compressedSize, _target.
BundleMajorVersion
);
Bundle\TargetInfo.cs (1)
108
public FileType TargetSpecificFileType(FileType fileType) => (
BundleMajorVersion
== 1) ? FileType.Unknown : fileType;