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