Skip to content

Commit d0881da

Browse files
authored
Merge pull request #192 from BluEye-Robotics/jf-bump-dotnet
Update dotnet version and dependencies
2 parents cc970d4 + db7e35b commit d0881da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Blueye.Protocol.Protobuf.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<LangVersion>13.0</LangVersion>
77
<PackageId>Blueye.Protocol.Protobuf</PackageId>
8-
<VersionPrefix>4.7.0</VersionPrefix>
8+
<VersionPrefix>4.8.0</VersionPrefix>
99
<Company>Blueye Robotics AS</Company>
1010
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
1111
<PackageDescription>Library with dotnet representation of the ProtocolDefinition protobuf files.</PackageDescription>
1212
<RepositoryUrl>https://github.com/BluEye-Robotics/ProtocolDefinitions</RepositoryUrl>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Protobuf" Version="3.29.3" />
17-
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.3">
16+
<PackageReference Include="Google.Protobuf" Version="3.30.0" />
17+
<PackageReference Include="Google.Protobuf.Tools" Version="3.30.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="Grpc.Tools" Version="2.69.0">
21+
<PackageReference Include="Grpc.Tools" Version="2.70.0">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)