Check if installation of .NET Core is still needed in travis-ci #742
Open
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
Labels
No labels