Skip to content

Bump System.Threading.RateLimiting from 10.0.3 to 10.0.5 (#67) #137

Bump System.Threading.RateLimiting from 10.0.3 to 10.0.5 (#67)

Bump System.Threading.RateLimiting from 10.0.3 to 10.0.5 (#67) #137

Workflow file for this run

name: ".NET"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore