We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the https://dotnet.microsoft.com/download/dotnet-core LTS versions are: 2.1 and 3.1. We have to add support of 2.1 and run build and tests on this version too.
The text was updated successfully, but these errors were encountered:
There is some problem when run tests for both netcoreapp 2.1 and 3.1 versions. See this issue: actions/setup-dotnet#88
Sorry, something went wrong.
The solution is a bit messy, because of condition in TargetFrameworks in csproj, but this is better than nothing.
TargetFrameworks
Resolved in #31
No branches or pull requests
According to the https://dotnet.microsoft.com/download/dotnet-core LTS versions are: 2.1 and 3.1. We have to add support of 2.1 and run build and tests on this version too.
The text was updated successfully, but these errors were encountered: