Skip to content

Commit 4d1003e

Browse files
authored
Merge pull request #177 from BluEye-Robotics/bump-dotnet-versions
Update dotnet versions
2 parents 2066384 + 4b91efe commit 4d1003e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-dotnet@v4
1414
with:
1515
dotnet-version: |
16-
8.0.x
16+
9.0.x
1717
source-url: https://nuget.pkg.github.com/BluEye-Robotics/index.json
1818
env:
1919
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Blueye.Protocol.Protobuf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6-
<LangVersion>12.0</LangVersion>
6+
<LangVersion>13.0</LangVersion>
77
<PackageId>Blueye.Protocol.Protobuf</PackageId>
88
<VersionPrefix>4.6.0</VersionPrefix>
99
<Company>Blueye Robotics AS</Company>
@@ -13,8 +13,8 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
17-
<PackageReference Include="Google.Protobuf.Tools" Version="3.28.3">
16+
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
17+
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)