Skip to content

Commit 3318d0b

Browse files
Update azure-functions-dotnet-worker monorepo (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4581f91 commit 3318d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dotnet/{{cookiecutter.project_class_name}}/{{cookiecutter.project_class_name}}.Api/{{cookiecutter.project_class_name}}.Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<PackageReference Include="FluentValidation" Version="11.11.0" />
1212
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
14+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
1515
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore"
16-
Version="2.0.0" />
17-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
16+
Version="2.0.2" />
17+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
</ItemGroup>
2020
<ItemGroup>

0 commit comments

Comments
 (0)