Skip to content

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.9 #608

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.9

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.9 #608

Workflow file for this run

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