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