Converting Portable Class Libraries (PCL) to .NET Standard Libaries
Summary
This tech talk explains how to convert existing portable class libraries into .NET Standard libraries without losing Git history. The process involves updating the project's `.csproj` file to target .NET Standard 2.0 and re-adding NuGet packages. The key takeaway is the simplified and broadened compatibility offered by .NET Standard libraries for broader cross-project sharing and improved NuGet support.