Skip to content

Bump System.Configuration.ConfigurationManager from 9.0.0 to 9.0.1 #43

Bump System.Configuration.ConfigurationManager from 9.0.0 to 9.0.1

Bump System.Configuration.ConfigurationManager from 9.0.0 to 9.0.1 #43

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: dotnet build --configuration Release