3 references to Version
Aspire.Hosting (3)
Publishing\Internal\DeploymentStateManagerBase.cs (3)
230
return new DeploymentStateSection(sectionName, sectionData, metadata.
Version
);
253
if (metadata.
Version
!= section.Version)
257
$"Expected version {section.Version}, but current version is {metadata.
Version
}. " +