fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

Fix GitHub Actions build #177

Closed gdziadkiewicz closed 1 year ago

gdziadkiewicz commented 1 year ago

Problem

The version of MSBuild in Linux and macOS builds updated causing problems with the version of MSBuild.StructuredLogger. Additionally, the macOS build got affected by problems with the SSL chain for the NuGet package repo.

Solution

I updated MSBuild.StructuredLogger to a version supporting log version 13 and update dotnet CLI version to get the SSL problem resolved.

eiriktsarpalis commented 1 year ago

Thank you!

gdziadkiewicz commented 1 year ago

@eiriktsarpalis can you add the hactoberfest topic to the repo or label this PR with hactoberfest-accepted?