pub const LOCKFILE_VERSION: u32 = 1;Expand description
Version of the user-visible csproj.lock format. Bump only on intentional
schema changes; csproj.lock may be checked in, so a bump means consumers
re-lock against possibly different Unity installs. See [[architecture.md]].