1 reference to PythonVersionDetector
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
363
var pythonVersion = pythonEnvironmentAnnotation.Version ??
PythonVersionDetector
.DetectVersion(appDirectory, pythonEnvironmentAnnotation.VirtualEnvironment!);