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