Skip to content

Commit

Permalink
Rollback Service Bus SDK for v3 Functions
Browse files Browse the repository at this point in the history
This resulted in many runtime exceptions. This is only the second time I
made this mistake.

[skip-release]
  • Loading branch information
gabrielweyer committed Nov 10, 2023
1 parent 5a99531 commit d0745c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.13.3" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.11.0" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version="5.13.3" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="3.1.32" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" Condition="'$(TargetFramework)' == 'net6.0'" />
Expand Down

0 comments on commit d0745c7

Please sign in to comment.