Skip to content

Update Mono.Cecil to 0.11.5 #149

Update Mono.Cecil to 0.11.5

Update Mono.Cecil to 0.11.5 #149

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up .NET 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build
run: |
dotnet build