Tuesday, January 19, 2021

Updates to DotNet.Helpers nuget library

Last week I got some time to experiment with .Net 5.0. The first task was to upgrade the existing DotNet.Helpers library to .Net 5.0. It was very easy as adding the target frameworks tag in the project file. Luckily my CI/CD provider AppVeyor was already updated their VS 2019 image with .Net 5.0 enabled.

If the CI/CD environment doesn't have the right tools, the compilation will fail. It is a single commit that enabled .Net 5.0 in the library.

Also, I did stop the support for older versions that MSFT stopped supporting. Those include .Net Core 2.0 and 3.0.

The latest version that is published is 0.1.1-Beta.


No comments: