Skip to content

Commit

Permalink
Microsoft.Azure.Functions.Worker version bump to 1.8.0 for dotnet-iso…
Browse files Browse the repository at this point in the history
…lated (#1243)
  • Loading branch information
PabloZaiden authored Aug 16, 2022
1 parent cd82c77 commit 56d3d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
</PropertyGroup>
<!--#if (Framework == "net6.0")-->
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />
</ItemGroup>
<!--#endif -->
<!--#if (Framework == "net7.0")-->
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0-preview2" />
</ItemGroup>
<!--#endif -->
<!--#if (NetFramework)-->
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0-preview3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0-preview2" />
</ItemGroup>
<!--#endif -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
<None Include="host.json">
Expand Down

0 comments on commit 56d3d3c

Please sign in to comment.