Skip to content

Commit 07fc94f

Browse files
committed
deps: Update CloudEvents SDK dependencies
1 parent 1fc0528 commit 07fc94f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Google.Cloud.Functions.Examples.CustomEventDataFunction/Google.Cloud.Functions.Examples.CustomEventDataFunction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0" />
9-
<PackageReference Include="CloudNative.CloudEvents.NewtonsoftJson" Version="2.4.0" />
9+
<PackageReference Include="CloudNative.CloudEvents.NewtonsoftJson" Version="2.5.0" />
1010
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1111
</ItemGroup>
1212
</Project>

src/Google.Cloud.Functions.Framework/Google.Cloud.Functions.Framework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="CloudNative.CloudEvents.AspNetCore" Version="2.4.0" />
11+
<PackageReference Include="CloudNative.CloudEvents.AspNetCore" Version="2.5.0" />
1212
</ItemGroup>
1313
</Project>

src/Google.Cloud.Functions.Hosting/Google.Cloud.Functions.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<ItemGroup>
1111
<Content Include="targets/*" PackagePath="build/$(TargetFramework)/" />
1212
<ProjectReference Include="..\Google.Cloud.Functions.Framework\Google.Cloud.Functions.Framework.csproj" />
13-
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.4.0" />
13+
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.5.0" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)