File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.1.8 " />
3
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.1.10 " />
4
4
</ItemGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 2
2
<!-- Please add your release notes in the following format:
3
3
- My change description (#PR)
4
4
-->
5
+ - Update Python Worker Version to [ 1.1.10] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10 )
5
6
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810 )
6
7
7
8
8
- ** Release sprint:** Sprint 88
9
- [ [ bugs] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+88 %22+label%3Abug+is%3Aclosed ) | [ features] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+88 %22+label%3Afeature+is%3Aclosed ) ]
9
+ ** Release sprint:** Sprint 89
10
+ [ [ bugs] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89 %22+label%3Abug+is%3Aclosed ) | [ features] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89 %22+label%3Afeature+is%3Aclosed ) ]
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
49
49
<PackageReference Include =" appinsights.testlogger" Version =" 1.0.0" />
50
50
<PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
51
51
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.1.0" />
52
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.1.8 " />
52
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 3.1.1.10 " />
53
53
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
54
54
<PackageReference Include =" Moq" Version =" 4.9.0" />
55
55
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" />
You can’t perform that action at this time.
0 commit comments