Skip to content

Bump RestSharp from 110.2.0 to 112.0.0 in /NontanCLI #22

Bump RestSharp from 110.2.0 to 112.0.0 in /NontanCLI

Bump RestSharp from 110.2.0 to 112.0.0 in /NontanCLI #22

Workflow file for this run

name: .NET Core CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.202'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build