Skip to content

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0 #728

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0

Bump System.ServiceModel.Syndication from 8.0.0 to 9.0.0 #728

Workflow file for this run

name: .NET Build
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore