Skip to content

Commit 81316f7

Browse files
update protobuf to v3.33.2
1 parent bd5ba60 commit 81316f7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

PlausibilityChecker/PlausibilityChecker/PlausibilityChecker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
28+
<PackageReference Include="Google.Protobuf" Version="3.33.2" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

ReaderWriter/OVFDefinition/OVFDefinition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
26+
<PackageReference Include="Google.Protobuf" Version="3.33.2" />
2727
<PackageReference Include="Grpc.Tools" Version="2.62.0">
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

ReaderWriter/OVFReaderWriter/OVFReaderWriter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
35+
<PackageReference Include="Google.Protobuf" Version="3.33.2" />
3636
<PackageReference Include="Grpc.Tools" Version="2.62.0">
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

ReaderWriter/UnitTests/TestGRPCWrapper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ You should have received a copy of the GNU Lesser General Public
3939

4040
namespace OpenVectorFormat.ReaderWriter.UnitTests
4141
{
42+
// These tests need a running instance of the grpc server, or will fail.
43+
// Run FileReaderWriterFactoryGRPCWrapper project first.
4244
[TestClass]
4345
public class TestGRPCWrapper
4446
{

0 commit comments

Comments
 (0)