Skip to content

Check if installation of .NET Core is still needed in travis-ci #742

Open
@nils-a

Description

While working on #704 I stumbled over the current documentation for travis-ci.

It contains the following lines:

before_install:
  - choco install dotnetcore-sdk -version 3.1.402

The question is: Is the installation if .NET Core still a requirement?
If so, should we update the version (current would be 3.1.404)?
Could the installation also be done using the dotnet matrix key?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions