Skip to content

Commit 56d3d3c

Browse files
authored
Microsoft.Azure.Functions.Worker version bump to 1.8.0 for dotnet-isolated (#1243)
1 parent cd82c77 commit 56d3d3c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Company.FunctionApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
</PropertyGroup>
1212
<!--#if (Framework == "net6.0")-->
1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
14+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />
1616
</ItemGroup>
1717
<!--#endif -->
1818
<!--#if (Framework == "net7.0")-->
1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
20+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
2121
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0-preview2" />
2222
</ItemGroup>
2323
<!--#endif -->
2424
<!--#if (NetFramework)-->
2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0-preview3" />
26+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
2727
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0-preview2" />
2828
</ItemGroup>
2929
<!--#endif -->

Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Company.FunctionApp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />
12-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
12+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<None Include="host.json">

0 commit comments

Comments
 (0)