Skip to content

Commit

Permalink
Bump Microsoft.Extensions.DependencyInjection and Microsoft.NET.Sdk.F…
Browse files Browse the repository at this point in the history
…unctions

Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/Extensions) and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.DependencyInjection` from 6.0.1 to 2.2.0
- [Release notes](https://github.com/aspnet/Extensions/releases)
- [Commits](https://github.com/aspnet/Extensions/commits/2.2.0)

Updates `Microsoft.NET.Sdk.Functions` from 4.3.0 to 4.6.0
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases)
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 1929947 commit 989cb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.16.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="3.1.32" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="3.1.2" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit 989cb3b

Please sign in to comment.