diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 6f6cae8a..9428ca0c 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run protolint uses: plexsystems/protolint-action@v0.4.0 with: diff --git a/.github/workflows/ci-dotnet.yaml b/.github/workflows/ci-dotnet.yaml index 5d943c86..d0d5ce62 100644 --- a/.github/workflows/ci-dotnet.yaml +++ b/.github/workflows/ci-dotnet.yaml @@ -7,12 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup .NET Core @ Latest - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: "6.0.x" + dotnet-version: | + 8.0.x source-url: https://nuget.pkg.github.com/BluEye-Robotics/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/gen-docs.yaml b/.github/workflows/gen-docs.yaml index 952df30b..1fb3818c 100644 --- a/.github/workflows/gen-docs.yaml +++ b/.github/workflows/gen-docs.yaml @@ -9,10 +9,10 @@ jobs: generate-documentation: runs-on: ubuntu-latest container: - image: pseudomuto/protoc-gen-doc:1.4.1 + image: pseudomuto/protoc-gen-doc:1.5.1 steps: - name: Checkout source - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Print path run: echo "${{ github.workspace }}/protobuf_definitions" - name: Create output configDirectory diff --git a/Blueye.Protocol.Protobuf.csproj b/Blueye.Protocol.Protobuf.csproj index 0241ceba..fc1ab64b 100644 --- a/Blueye.Protocol.Protobuf.csproj +++ b/Blueye.Protocol.Protobuf.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 8.0 + 12.0 Blueye.Protocol.Protobuf 4.6.0 Blueye Robotics AS @@ -13,12 +13,12 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all