File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
PlausibilityChecker/PlausibilityChecker Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ You should have received a copy of the GNU Lesser General Public
3939
4040namespace 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 {
You can’t perform that action at this time.
0 commit comments