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