Skip to content

Bump protobuf-net from 3.2.30 to 3.2.45 #3234

Bump protobuf-net from 3.2.30 to 3.2.45

Bump protobuf-net from 3.2.30 to 3.2.45 #3234

name: Unittests
on: [push, pull_request]
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.401"]
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run Tests
run: dotnet test --configuration Release