theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

Synchronize nullable attributes with .NET #124

Closed NN--- closed 3 years ago

theraot commented 3 years ago

I wonder if everything should be LESSTHAN_NET50.

NN--- commented 3 years ago

Oh, correct. I’ll fix

theraot commented 3 years ago

That would mean that TARGETS_NET || LESSTHAN_NET50 || LESSTHAN_NETSTANDARD22 is just LESSTHAN_NET50.

NN--- commented 3 years ago

Actually, NET50 is .NET Core successor and cannot replace TARGETS_NET. So everything is correct.

theraot commented 3 years ago

Alright.