File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
<PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" Condition =" '$(TargetFramework)' == 'net6.0'" />
13
13
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
14
14
<PackageVersion Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1.0" />
15
- <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version =" 5.12.0" />
15
+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version =" 5.11.0" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
16
+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.ServiceBus" Version =" 5.12.0" Condition =" '$(TargetFramework)' == 'net6.0'" />
16
17
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.32" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
17
18
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.1" Condition =" '$(TargetFramework)' == 'net6.0'" />
18
19
<PackageVersion Include =" Microsoft.NET.Sdk.Functions" Version =" 3.1.2" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
You can’t perform that action at this time.
0 commit comments