Skip to content

Commit

Permalink
Merge pull request #143 from sebader/dev
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
sebader authored Nov 2, 2023
2 parents 9aee2d6 + 342c166 commit 9c3ea0f
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 148 deletions.
8 changes: 4 additions & 4 deletions FetchDataFunctions/FetchDataFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.53" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.11.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.12.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers" Version="0.5.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.SendGrid" Version="3.0.3" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.443" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.22" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.22" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.24" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 9c3ea0f

Please sign in to comment.