Skip to content

Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack from 8.0.10 to 8.0.28 #48

Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack from 8.0.10 to 8.0.28

Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack from 8.0.10 to 8.0.28 #48

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
8.0.x
9.0.x
include-prerelease: true
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build