Skip to content

Support Microsoft Net 5.0 #291

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

Closed
luis-fss opened this issue Dec 16, 2020 · 2 comments
Closed

Support Microsoft Net 5.0 #291

luis-fss opened this issue Dec 16, 2020 · 2 comments

Comments

@luis-fss
Copy link

jobs:

build:

runs-on: ubuntu-latest

steps:

- name: Checkout
  uses: actions/checkout@v2
  with:
    fetch-depth: 0 # Number of commits to fetch. 0 indicates all history for all branches and tags. Default: 1

- name: Setup .NET Core
  uses: actions/setup-dotnet@v1
  with:
    dotnet-version: '5.0.x'

- name: Setup GitVersion
  uses: gittools/actions/gitversion/[email protected]
  with:
    versionSpec: '5.x'`

image

@arturcic
Copy link
Member

It depends on GitTools/GitVersion#2452

@arturcic
Copy link
Member

Now that the version 5.6.0 of GitVersion was released with support for .net 5.0 the gittools actions should be able to run. Just make sure to have either the versionSpec set to 5.x or 5.6.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

No branches or pull requests

2 participants