Skip to content

Update all non-major dependencies #414

Update all non-major dependencies

Update all non-major dependencies #414

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build SignalR Lib
run: dotnet build --configuration Release ./src/OrgnalR.SignalR
- name: Build Orleans Lib
run: dotnet build --configuration Release ./src/OrgnalR.OrleansSilo