aardvark-platform / aardvark.docs

Simple examples combining multiple packages provided by the aardvark platform. Each platform repository comes with separate examples -- here we collect overarching examples using for example aardvark.rendering and aardvark.media.
https://aardvarkians.com/
MIT License
109 stars 5 forks source link

Update paket to address TLS deprecation #16

Closed forki closed 4 years ago

forki commented 6 years ago

:wave: GitHub disabled TLS 1.0 and TLS 1.1 on February 22nd, which affected Paket's bootstrapper. It needs to be updated to 5.142 or later.

You can read more about this on the GitHub Engineering blog.

The update to Paket is explained here: https://github.com/fsprojects/Paket/pull/3066

This is an automated pull request sent to all projects on Github that use Paket.

The work to update Paket in the wild is occurring here: https://github.com/fsprojects/Paket/issues/3068

haraldsteinlechner commented 4 years ago

was fixed in parallel to pr