3 references to Version
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
449
var version = await versionAnnotation.
Version
.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesDeployTests.cs (2)
95
Assert.NotNull(annotation.
Version
);
167
Assert.NotNull(annotation.
Version
);