8 references to CurrentVersion
Microsoft.NET.ProjectData (8)
Donor\ProjectDataDonorIndex.Selection.cs (1)
73
if (index.Version !=
CurrentVersion
)
Donor\ProjectDataDonorIndex.Serialization.cs (7)
18
return new ProjectDataDonorIndexFile { Version =
CurrentVersion
};
31
if (version !=
CurrentVersion
)
54
if (index.Version ==
CurrentVersion
)
59
if (index.Version >
CurrentVersion
)
62
$"Cannot update unsupported donor index version {index.Version}; expected {
CurrentVersion
}.");
72
return new ProjectDataDonorIndexFile { Version =
CurrentVersion
};
113
writer.WriteNumber("version",
CurrentVersion
);