Skip to content

Revert versions and add TODO #33

Revert versions and add TODO

Revert versions and add TODO #33

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
main:
uses: mrahhal/.github/.github/workflows/ci-dotnet-package.yml@main
with:
dotnet-version: 7.x.x
dotnet-additional-version: 3.x.x
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}