eng/build/Workers.Python.props (5 lines of code) (raw):

<Project> <ItemGroup> <!-- Python worker does not ship with the host for windows. --> <PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.37.0" Condition="!$(RuntimeIdentifier.StartsWith('win'))" /> </ItemGroup> </Project>