Skip to content

Commit 4d8c480

Browse files
committed
Update python.props to release python-worker v3 (#6272)
* Update python.props to release python-worker v3 Release info https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.2 * Fixing the version in the CSProj for test
1 parent 9eb76b9 commit 4d8c480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="1.1.202005032" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.13905" />
44
</ItemGroup>
55
</Project>

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5050
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5151
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
52-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="1.1.202005032" />
52+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.0.13905" />
5353
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5454
<PackageReference Include="Moq" Version="4.9.0" />
5555
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)