TgSharp icon indicating copy to clipboard operation
TgSharp copied to clipboard

.Net Core/5 support

Open RandallFlagg opened this issue 4 years ago • 1 comments

This PR comes to solve issue https://github.com/nblockchain/TgSharp/issues/34.

In this PR:

  • 2 new CSPROJ files with netstandard 2.1 support
  • Some minor style fixes created by VS Studio

RandallFlagg avatar Dec 18 '20 03:12 RandallFlagg

To be perfectly honest I don't see a reason for upgrade to .NET Standard 2.1 since it breaks the compatibility with .NET Framework when we don't actually need it, we do plan to target .NET Standard 2.0 so we can have best of both worlds at some point though so feel free to change it to .NET Standard 2.0 and remove the original project and update your PR. (or maybe a .NET 5 and .NET Standard 2.0 multi targeted package) Also please make a separate PR for your formatting changes cause it's not related to this PR.

aarani avatar May 12 '21 20:05 aarani