Skip to content

Commit

Permalink
Update Google Protobuf Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 5, 2024
1 parent 15942b8 commit d901448
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@
<PackageReference Include="MASES.KNet.Serialization.Avro" Version="2.8.0" />
</ItemGroup>

<ItemGroup>
<None Update="AvroValueContainer.avsc">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ItemGroup>
<ProjectReference Include="..\KEFCore.SerDes\KEFCore.SerDes.csproj" />
<PackageReference Include="Google.Protobuf" Version="3.28.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.27.3">
<PackageReference Include="Google.Protobuf.Tools" Version="3.28.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d901448

Please sign in to comment.