Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests, GenerateDoc on net5.0 #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qmfrederik
Copy link
Contributor

They currently target netcoreapp2.1 which is out of support.

@tmds
Copy link
Owner

tmds commented Jan 17, 2022

Can you update this to net6.0?

They currently target netcoreapp2.1 which is out of support.
@tmds
Copy link
Owner

tmds commented Jan 18, 2022

Can you add a step to the github worflow to install .NET 6?

It should be something like:

- uses: actions/setup-dotnet@v1
  with:
    dotnet-version: '6.0.x'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants