Skip to content

Commit

Permalink
chore(deps): update dependency google.events.protobuf to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jskeet committed Dec 6, 2024
1 parent 3f8aa4b commit 6a58004
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<ProjectReference Include="..\Google.Cloud.Functions.Framework\Google.Cloud.Functions.Framework.csproj" />
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<ProjectReference Include="..\Google.Cloud.Functions.Hosting\Google.Cloud.Functions.Hosting.csproj" />
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down

0 comments on commit 6a58004

Please sign in to comment.