3 references to Version
Aspire.Hosting (3)
Pipelines\Internal\DeploymentStateManagerBase.cs (3)
160var section = new DeploymentStateSection(sectionName, data, metadata.Version); 256if (metadata.Version != section.Version) 260$"Expected version {section.Version}, but current version is {metadata.Version}. " +