Update dependencies for CloudNative.CloudEvents.AspNetCore
Fixes #239 Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
parent
44f82ba07a
commit
ff0d216387
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue