3 references to Build
dotnet (3)
FXVersion.cs (3)
307
=> (!string.IsNullOrEmpty(Pre), !string.IsNullOrEmpty(
Build
)) switch
311
(false, true) => $"{Major}.{Minor}.{Patch}{
Build
}",
312
(true, true) => $"{Major}.{Minor}.{Patch}{Pre}{
Build
}",