Skip to content

Commit

Permalink
Update dependencies for CloudNative.CloudEvents.AspNetCore
Browse files Browse the repository at this point in the history
Fixes #239

Signed-off-by: Jon Skeet <[email protected]>
  • Loading branch information
jskeet committed Oct 15, 2022
1 parent 44f82ba commit ff0d216
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.22" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.16" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.34" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
<ProjectReference Include="..\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
</ItemGroup>

Expand Down

0 comments on commit ff0d216

Please sign in to comment.