Skip to content

Commit

Permalink
Merge pull request #132 from sebader/dev
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
sebader authored Oct 27, 2023
2 parents 538b662 + 0a7bba2 commit 180c69a
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 139 deletions.
6 changes: 3 additions & 3 deletions FetchDataFunctions/FetchDataFunctions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
Expand All @@ -11,8 +11,8 @@
<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.396" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.0" />
<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.EntityFrameworkCore.SqlServer" Version="6.0.22" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.22" />
Expand Down
2 changes: 1 addition & 1 deletion WebsiteBackendFunctions/WebsiteBackendFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.396" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Sql" Version="3.0.443" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 180c69a

Please sign in to comment.