Skip to content

chore(deps): bump Microsoft.Extensions.Options.ConfigurationExtensions from 8.0.0 to 9.0.2 #574

chore(deps): bump Microsoft.Extensions.Options.ConfigurationExtensions from 8.0.0 to 9.0.2

chore(deps): bump Microsoft.Extensions.Options.ConfigurationExtensions from 8.0.0 to 9.0.2 #574

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-net8:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build.sh net8.0
- name: Test
run: ./test.sh net8.0
test-net9:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:9.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build.sh net9.0
- name: Test
run: ./test.sh net9.0