Skip to content

Bump Roslynator.Analyzers from 4.12.9 to 4.12.10 in the tests group #33

Bump Roslynator.Analyzers from 4.12.9 to 4.12.10 in the tests group

Bump Roslynator.Analyzers from 4.12.9 to 4.12.10 in the tests group #33

Workflow file for this run

name: .NET Core Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Build ASPNETCore2JwtAuthentication
run: dotnet build ./src/ASPNETCore2JwtAuthentication.WebApp/ASPNETCore2JwtAuthentication.WebApp.csproj --configuration Release