Skip to content

Commit

Permalink
Updated to latest MT, Functions SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Apr 19, 2023
1 parent 20f206e commit 06d2da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sample.AzureFunction/Sample.AzureFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<NoWarn>CS0618,CS1998,CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MassTransit.WebJobs.EventHubs" Version="8.0.1-develop.402" />
<PackageReference Include="MassTransit.WebJobs.ServiceBus" Version="8.0.1-develop.402" />
<PackageReference Include="MassTransit.WebJobs.EventHubs" Version="8.0.14" />
<PackageReference Include="MassTransit.WebJobs.ServiceBus" Version="8.0.14" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="4.0.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down

0 comments on commit 06d2da4

Please sign in to comment.