dotnet / CliCommandLineParser

A second-generation parser for the .NET Core command line tools
MIT License
111 stars 44 forks source link

Update RepoToolset to 1.0.0-beta-62615-02 #96

Closed tmat closed 6 years ago

tmat commented 6 years ago

@tannergooding @livarcocc We are switching all repos to SHA256. See dotnet/roslyn#24820 for background.

tmat commented 6 years ago

@livarcocc Yes, we need to update dotnet CLI to later version that has compilers that support signing on non-Windows. This repo has a build time dependency on CLI 1.1.4. Any reason not to update to 2.1.100-preview-007366?

tannergooding commented 6 years ago

Updating the version of the SDK we build with should be fine. You will need to update the build.ps1 and build.sh to also install the 1.1 shared framework, however. (Compare https://github.com/dotnet/dotnet-cli-archiver/blob/master/build/build.ps1 with https://github.com/dotnet/CliCommandLineParser/blob/master/build/build.ps1)

tmat commented 6 years ago

@tannergooding Could you follow up on this?