File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
12
12
- name : Setup .NET Core @ Latest
13
- uses : actions/setup-dotnet@v3
13
+ uses : actions/setup-dotnet@v4
14
14
with :
15
- dotnet-version : " 6.0.x"
15
+ dotnet-version : |
16
+ 8.0.x
16
17
source-url : https://nuget.pkg.github.com/BluEye-Robotics/index.json
17
18
env :
18
19
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
- <LangVersion >8 .0</LangVersion >
6
+ <LangVersion >12 .0</LangVersion >
7
7
<PackageId >Blueye.Protocol.Protobuf</PackageId >
8
8
<VersionPrefix >4.6.0</VersionPrefix >
9
9
<Company >Blueye Robotics AS</Company >
13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Google.Protobuf" Version =" 3.28.2 " />
17
- <PackageReference Include =" Google.Protobuf.Tools" Version =" 3.28.2 " >
16
+ <PackageReference Include =" Google.Protobuf" Version =" 3.28.3 " />
17
+ <PackageReference Include =" Google.Protobuf.Tools" Version =" 3.28.3 " >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
21
- <PackageReference Include =" Grpc.Tools" Version =" 2.66 .0" >
21
+ <PackageReference Include =" Grpc.Tools" Version =" 2.67 .0" >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
<PrivateAssets >all</PrivateAssets >
24
24
</PackageReference >
You can’t perform that action at this time.
0 commit comments